Move definitions away from hostapd_defs.h
Clean up definitions to reduce need to include header files from the hostapd directory into files under the src subdirectories.
This commit is contained in:
parent
c1bb3e0a62
commit
d994a9b54e
11 changed files with 53 additions and 86 deletions
|
@ -19,14 +19,6 @@
|
|||
#include "eapol_common.h"
|
||||
#include "wpa_common.h"
|
||||
|
||||
#ifndef ETH_P_EAPOL
|
||||
#define ETH_P_EAPOL 0x888e
|
||||
#endif
|
||||
|
||||
#ifndef ETH_P_RSN_PREAUTH
|
||||
#define ETH_P_RSN_PREAUTH 0x88c7
|
||||
#endif
|
||||
|
||||
struct wpa_sm;
|
||||
struct eapol_sm;
|
||||
struct wpa_config_blob;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue