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:
Jouni Malinen 2009-11-23 16:14:39 +02:00 committed by Jouni Malinen
parent c1bb3e0a62
commit d994a9b54e
11 changed files with 53 additions and 86 deletions

View file

@ -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;