From: Jouni Malinen Date: Sat, 4 May 2013 17:12:44 +0000 (+0300) Subject: Android: Enable WPS ER and NFC support in the build X-Git-Tag: aosp-kk-from-upstream~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01e10d;p=thirdparty%2Fhostap.git Android: Enable WPS ER and NFC support in the build Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 1f73930d2..99f1ed963 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -201,10 +201,12 @@ CONFIG_WPS=y # Enable WSC 2.0 support CONFIG_WPS2=y # Enable WPS external registrar functionality -#CONFIG_WPS_ER=y +CONFIG_WPS_ER=y # Disable credentials for an open network by default when acting as a WPS # registrar. #CONFIG_WPS_REG_DISABLE_OPEN=y +# Enable WPS support with NFC config method +CONFIG_WPS_NFC=y # EAP-IKEv2 #CONFIG_EAP_IKEV2=y