Fix hostapd build without WPS
This commit is contained in:
parent
0cb445a472
commit
843123590a
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue