mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
eapol: Use full include path local includes
This commit is contained in:
parent
c2d0517228
commit
3fa63ede50
16
src/eapol.c
16
src/eapol.c
@ -28,14 +28,14 @@
|
||||
#include <linux/if_ether.h>
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "crypto.h"
|
||||
#include "eapol.h"
|
||||
#include "ie.h"
|
||||
#include "util.h"
|
||||
#include "mpdu.h"
|
||||
#include "eap.h"
|
||||
#include "handshake.h"
|
||||
#include "watchlist.h"
|
||||
#include "src/crypto.h"
|
||||
#include "src/eapol.h"
|
||||
#include "src/ie.h"
|
||||
#include "src/util.h"
|
||||
#include "src/mpdu.h"
|
||||
#include "src/eap.h"
|
||||
#include "src/handshake.h"
|
||||
#include "src/watchlist.h"
|
||||
|
||||
struct l_queue *state_machines;
|
||||
struct l_queue *preauths;
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <stdio.h>
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "eapolutil.h"
|
||||
#include "src/eapolutil.h"
|
||||
|
||||
const struct eapol_key *eapol_key_validate(const uint8_t *frame, size_t len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user