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:
parent
785be02ee5
commit
42cfaeb265
14
src/sae.c
14
src/sae.c
@ -22,13 +22,13 @@
|
||||
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "ie.h"
|
||||
#include "handshake.h"
|
||||
#include "crypto.h"
|
||||
#include "mpdu.h"
|
||||
#include "ecc.h"
|
||||
#include "sae.h"
|
||||
#include "src/util.h"
|
||||
#include "src/ie.h"
|
||||
#include "src/handshake.h"
|
||||
#include "src/crypto.h"
|
||||
#include "src/mpdu.h"
|
||||
#include "src/ecc.h"
|
||||
#include "src/sae.h"
|
||||
|
||||
#define SAE_RETRANSMIT_TIMEOUT 2
|
||||
#define SAE_SYNC_MAX 3
|
||||
|
Loading…
Reference in New Issue
Block a user