diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-08 11:09:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-08 11:09:44 +0000 |
commit | 246e9b449b9e89bbc5d166172f51335bd9f6b746 (patch) | |
tree | 051ad23226fb82a42ebae89b9a37fcbe29251dbb /package | |
parent | bcbc9b1e8942a94678feb6d3190c63c9b1a31ce0 (diff) | |
download | upstream-246e9b449b9e89bbc5d166172f51335bd9f6b746.tar.gz upstream-246e9b449b9e89bbc5d166172f51335bd9f6b746.tar.bz2 upstream-246e9b449b9e89bbc5d166172f51335bd9f6b746.zip |
hostapd: enable WPS2 support on hostapd-full.config
Enable CONFIG_WPS2 for hostapd. This is required to support
options like Virtual Push Button in WPS.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
SVN-Revision: 38337
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/hostapd/files/hostapd-full.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config index c88fedd2fb..ae0c7cc012 100644 --- a/package/network/services/hostapd/files/hostapd-full.config +++ b/package/network/services/hostapd/files/hostapd-full.config @@ -107,7 +107,8 @@ CONFIG_EAP_TTLS=y #CONFIG_EAP_FAST=y # Wi-Fi Protected Setup (WPS) -#CONFIG_WPS=y +CONFIG_WPS=y +CONFIG_WPS2=y # Enable UPnP support for external WPS Registrars #CONFIG_WPS_UPNP=y |