Parcourir la source

Fix hostapd build without WPS

Jouni Malinen il y a 15 ans
Parent
commit
843123590a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/ap/hostapd.h

+ 1 - 1
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 */