diff options
author | Jouni Malinen <j@w1.fi> | 2006-11-27 02:56:41 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2006-11-27 02:56:41 (GMT) |
commit | 9e9aea14d503fe4cc114406205949aebde15a55b (patch) | |
tree | ea9d644248535e4c7750aa2aca9f187a0dc6f6c6 /hostapd/pmksa_cache.c | |
parent | df418799a6cc83ed536a1f7fe8bbd0523a3f4ef1 (diff) | |
download | hostap-history-9e9aea14d503fe4cc114406205949aebde15a55b.zip hostap-history-9e9aea14d503fe4cc114406205949aebde15a55b.tar.gz hostap-history-9e9aea14d503fe4cc114406205949aebde15a55b.tar.bz2 |
Moved BIT, MACSTR, MAC2STR, IFNAMSIZ, ETH_P_EAPOL, ETH_P_RSN_PREAUTH
definitions to more approriate header files to avoid having to include
hostapd.h and l2_packet.h into so many files.
Diffstat (limited to 'hostapd/pmksa_cache.c')
-rw-r--r-- | hostapd/pmksa_cache.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hostapd/pmksa_cache.c b/hostapd/pmksa_cache.c index 3ec2769..2a738ec 100644 --- a/hostapd/pmksa_cache.c +++ b/hostapd/pmksa_cache.c @@ -14,7 +14,9 @@ #include "includes.h" -#include "hostapd.h" +#include "common.h" +#include "ap.h" +#include "config.h" #include "common.h" #include "wpa.h" #include "eloop.h" |