SAE-PK: Add the option to the defconfigs
So far, this option was only present in the Makefiles. Document it as being available for configuration since the WFA program has already been launched. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
parent
7310995d87
commit
43c6eb5e47
2 changed files with 6 additions and 0 deletions
|
@ -164,6 +164,9 @@ CONFIG_IPV6=y
|
||||||
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
#CONFIG_SAE=y
|
#CONFIG_SAE=y
|
||||||
|
|
||||||
|
# SAE Public Key, WPA3-Personal
|
||||||
|
#CONFIG_SAE_PK=y
|
||||||
|
|
||||||
# Remove debugging code that is printing out debug messages to stdout.
|
# Remove debugging code that is printing out debug messages to stdout.
|
||||||
# This can be used to reduce the size of the hostapd considerably if debugging
|
# This can be used to reduce the size of the hostapd considerably if debugging
|
||||||
# code is not needed.
|
# code is not needed.
|
||||||
|
|
|
@ -251,6 +251,9 @@ CONFIG_CTRL_IFACE=y
|
||||||
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
CONFIG_SAE=y
|
CONFIG_SAE=y
|
||||||
|
|
||||||
|
# SAE Public Key, WPA3-Personal
|
||||||
|
#CONFIG_SAE_PK=y
|
||||||
|
|
||||||
# Disable scan result processing (ap_scan=1) to save code size by about 1 kB.
|
# Disable scan result processing (ap_scan=1) to save code size by about 1 kB.
|
||||||
# This can be used if ap_scan=1 mode is never enabled.
|
# This can be used if ap_scan=1 mode is never enabled.
|
||||||
#CONFIG_NO_SCAN_PROCESSING=y
|
#CONFIG_NO_SCAN_PROCESSING=y
|
||||||
|
|
Loading…
Reference in a new issue