diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-11-23 16:14:39 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-23 16:14:39 +0200 |
commit | d994a9b54e0081555dc5af855dcbc6de9f3d27d2 (patch) | |
tree | d34c1bdcb7469700f7ea4b601371aa40dc4270b8 /src/rsn_supp | |
parent | c1bb3e0a62cb4f297ae964cb9f0c72f725825489 (diff) | |
download | external_wpa_supplicant_8_ti-d994a9b54e0081555dc5af855dcbc6de9f3d27d2.zip external_wpa_supplicant_8_ti-d994a9b54e0081555dc5af855dcbc6de9f3d27d2.tar.gz external_wpa_supplicant_8_ti-d994a9b54e0081555dc5af855dcbc6de9f3d27d2.tar.bz2 |
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.
Diffstat (limited to 'src/rsn_supp')
-rw-r--r-- | src/rsn_supp/wpa.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rsn_supp/wpa.h b/src/rsn_supp/wpa.h index 29a80af..cd503bb 100644 --- a/src/rsn_supp/wpa.h +++ b/src/rsn_supp/wpa.h @@ -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; |