From: Jouni Malinen Date: Tue, 25 Mar 2014 15:42:17 +0000 (+0200) Subject: tests: Remove CONFIG_WPS2=y from example configuration files X-Git-Tag: hostap_2_2~459 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8633c0064151dc15b865debe1d7ed7d0b569537;p=thirdparty%2Fhostap.git tests: Remove CONFIG_WPS2=y from example configuration files This build parameter is not used anymore. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 95429ed6d..68bde7fc1 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -49,7 +49,6 @@ CONFIG_IEEE80211N=y CONFIG_IEEE80211AC=y CONFIG_WPS=y -CONFIG_WPS2=y CONFIG_WPS_UPNP=y CONFIG_WPS_NFC=y #CONFIG_WPS_STRICT=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index d43799e12..7a77ac745 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -61,7 +61,6 @@ CONFIG_IEEE80211N=y CONFIG_DEBUG_FILE=y CONFIG_WPS=y -CONFIG_WPS2=y #CONFIG_WPS_STRICT=y CONFIG_WPS_UPNP=y CONFIG_WPS_NFC=y