From: Jouni Malinen Date: Mon, 12 Apr 2010 12:15:17 +0000 (+0300) Subject: Fix hostapd build without WPS X-Git-Tag: hostap_0_7_2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843123590ac3330858b91b526a959ff1ccd40922;p=thirdparty%2Fhostap.git Fix hostapd build without WPS --- diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index e8c564855..5bf404069 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 */