mirror of https://github.com/hak5/openwrt-owl.git
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: 38337owl
parent
bcbc9b1e89
commit
246e9b449b
|
@ -107,7 +107,8 @@ CONFIG_EAP_TTLS=y
|
||||||
#CONFIG_EAP_FAST=y
|
#CONFIG_EAP_FAST=y
|
||||||
|
|
||||||
# Wi-Fi Protected Setup (WPS)
|
# Wi-Fi Protected Setup (WPS)
|
||||||
#CONFIG_WPS=y
|
CONFIG_WPS=y
|
||||||
|
CONFIG_WPS2=y
|
||||||
# Enable UPnP support for external WPS Registrars
|
# Enable UPnP support for external WPS Registrars
|
||||||
#CONFIG_WPS_UPNP=y
|
#CONFIG_WPS_UPNP=y
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue