3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-01-03 10:32:33 +01:00

sae: Use full include path local includes

This commit is contained in:
Marcel Holtmann 2018-10-26 21:29:08 +02:00
parent 785be02ee5
commit 42cfaeb265

View File

@ -22,13 +22,13 @@
#include <ell/ell.h> #include <ell/ell.h>
#include "util.h" #include "src/util.h"
#include "ie.h" #include "src/ie.h"
#include "handshake.h" #include "src/handshake.h"
#include "crypto.h" #include "src/crypto.h"
#include "mpdu.h" #include "src/mpdu.h"
#include "ecc.h" #include "src/ecc.h"
#include "sae.h" #include "src/sae.h"
#define SAE_RETRANSMIT_TIMEOUT 2 #define SAE_RETRANSMIT_TIMEOUT 2
#define SAE_SYNC_MAX 3 #define SAE_SYNC_MAX 3