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 | a8cf4fe00a8dd7f0df7a5fe00afc403f2e3f6d74 (patch) | |
tree | 797655ff2a918ea654d9e671c6be0f2067dcce58 | |
parent | 66614d7572592120ccc46a9cf1c3b5b194cb591d (diff) | |
download | master-187ad058-a8cf4fe00a8dd7f0df7a5fe00afc403f2e3f6d74.tar.gz master-187ad058-a8cf4fe00a8dd7f0df7a5fe00afc403f2e3f6d74.tar.bz2 master-187ad058-a8cf4fe00a8dd7f0df7a5fe00afc403f2e3f6d74.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38337 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |