diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2014-03-25 15:40:50 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-03-25 16:33:21 (GMT) |
commit | c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6 (patch) | |
tree | 1c74a5724085a83fc38b2fd63d7ff853c8305b83 /hostapd/android.config | |
parent | 91364b7f10c0c91fc44dc050eb09b2fb859481b4 (diff) | |
download | hostap-c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6.zip hostap-c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6.tar.gz hostap-c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6.tar.bz2 |
WPS: Enable WSC 2.0 support unconditionally
There is not much point in building devices with WPS 1.0 only supported
nowadays. As such, there is not sufficient justification for maintaining
extra complexity for the CONFIG_WPS2 build option either. Remove this by
enabling WSC 2.0 support unconditionally.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'hostapd/android.config')
-rw-r--r-- | hostapd/android.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 81a2e2c..ad83308 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -108,8 +108,6 @@ CONFIG_IEEE80211W=y # Wi-Fi Protected Setup (WPS) CONFIG_WPS=y -# Enable WSC 2.0 support -CONFIG_WPS2=y # Enable UPnP support for external WPS Registrars #CONFIG_WPS_UPNP=y |