diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2010-04-12 15:15:17 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-04-12 15:15:17 +0300 |
commit | 843123590ac3330858b91b526a959ff1ccd40922 (patch) | |
tree | a9f6b8a497bbef7c244372010d64e39d799a5a43 /src/ap/hostapd.h | |
parent | 0cb445a4725a69a245a60569dd67e6d960d808ed (diff) | |
download | external_wpa_supplicant_8_ti-843123590ac3330858b91b526a959ff1ccd40922.zip external_wpa_supplicant_8_ti-843123590ac3330858b91b526a959ff1ccd40922.tar.gz external_wpa_supplicant_8_ti-843123590ac3330858b91b526a959ff1ccd40922.tar.bz2 |
Fix hostapd build without WPS
Diffstat (limited to 'src/ap/hostapd.h')
-rw-r--r-- | src/ap/hostapd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index e8c5648..5bf4040 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -162,9 +162,9 @@ struct hostapd_data { struct l2_packet_data *l2; struct wps_context *wps; -#ifdef CONFIG_WPS struct wpabuf *wps_beacon_ie; struct wpabuf *wps_probe_resp_ie; +#ifdef CONFIG_WPS unsigned int ap_pin_failures; struct upnp_wps_device_sm *wps_upnp; #endif /* CONFIG_WPS */ |