TDLS: Declare tdls_testing as extern in a header file
[mech_eap.git] / wpa_supplicant / config_ssid.h
index c2af91d..1ecdfc0 100644 (file)
@@ -748,6 +748,14 @@ struct wpa_ssid {
         * this MBSS will trigger a peering attempt.
         */
        int no_auto_peer;
+
+       /**
+        * wps_disabled - WPS disabled in AP mode
+        *
+        * 0 = WPS enabled and configured (default)
+        * 1 = WPS disabled
+        */
+       int wps_disabled;
 };
 
 #endif /* CONFIG_SSID_H */