Android: Enable WPS ER and NFC support in the build
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
11e5a49c28
commit
a01e10da68
1 changed files with 3 additions and 1 deletions
|
@ -201,10 +201,12 @@ CONFIG_WPS=y
|
||||||
# Enable WSC 2.0 support
|
# Enable WSC 2.0 support
|
||||||
CONFIG_WPS2=y
|
CONFIG_WPS2=y
|
||||||
# Enable WPS external registrar functionality
|
# 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
|
# Disable credentials for an open network by default when acting as a WPS
|
||||||
# registrar.
|
# registrar.
|
||||||
#CONFIG_WPS_REG_DISABLE_OPEN=y
|
#CONFIG_WPS_REG_DISABLE_OPEN=y
|
||||||
|
# Enable WPS support with NFC config method
|
||||||
|
CONFIG_WPS_NFC=y
|
||||||
|
|
||||||
# EAP-IKEv2
|
# EAP-IKEv2
|
||||||
#CONFIG_EAP_IKEV2=y
|
#CONFIG_EAP_IKEV2=y
|
||||||
|
|
Loading…
Reference in a new issue