diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-25 22:12:25 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-25 22:12:25 (GMT) |
commit | 8b06c1ed0d4a59fc0652ca0185fcb087e3c61e5c (patch) | |
tree | 551ddf06a020945f0a7940baa42f657abb556b00 /src/ap/wpa_auth_glue.c | |
parent | 6226e38d002cac786709ef1c24fe09811f70b6d7 (diff) | |
download | hostap-8b06c1ed0d4a59fc0652ca0185fcb087e3c61e5c.zip hostap-8b06c1ed0d4a59fc0652ca0185fcb087e3c61e5c.tar.gz hostap-8b06c1ed0d4a59fc0652ca0185fcb087e3c61e5c.tar.bz2 |
Remove ap_config.h dependency from driver_i.h
This adds explicit #include line for ap_config.h into the src/ap/*.c
files that actually use the definitions from there.
Diffstat (limited to 'src/ap/wpa_auth_glue.c')
-rw-r--r-- | src/ap/wpa_auth_glue.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ap/wpa_auth_glue.c b/src/ap/wpa_auth_glue.c index 82e4bbf..a8284b5 100644 --- a/src/ap/wpa_auth_glue.c +++ b/src/ap/wpa_auth_glue.c @@ -25,8 +25,10 @@ #include "preauth_auth.h" #include "sta_info.h" #include "tkip_countermeasures.h" -#include "wpa_auth.h" #include "driver_i.h" +#include "ap_drv_ops.h" +#include "ap_config.h" +#include "wpa_auth.h" static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, |