]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix wpa_supplicant AP build after hostapd header file cleanup
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 25 Mar 2009 14:35:26 +0000 (16:35 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 25 Mar 2009 14:35:26 +0000 (16:35 +0200)
hostapd/beacon.h
wpa_supplicant/ap.c

index ba5095898726e6a6142ce1f8ec3970a61968f4b9..afca98b70a7d8d50cde5e669d92de315109d15a4 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef BEACON_H
 #define BEACON_H
 
-struct ieee80211_mgmt *mgmt;
+struct ieee80211_mgmt;
 
 void handle_probe_req(struct hostapd_data *hapd, struct ieee80211_mgmt *mgmt,
                      size_t len);
index 7b9b2431a0171e55255b53086303546a988ead3d..25f0ed421987b9f40f6ced3e8cb6e7b93f89c6a7 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "common.h"
 #include "../hostapd/hostapd.h"
+#include "../hostapd/config.h"
 #include "eap_common/eap_defs.h"
 #include "eap_server/eap_methods.h"
 #include "eap_common/eap_wsc_common.h"