Fix a type in wpa_supplicant defconfig
ap_mode=1 explanation in CONFIG_NO_SCAN_PROCESSING=y was really supposed to be talking about ap_scan=1. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
0e05e8781a
commit
0f84a93f65
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ CONFIG_CTRL_IFACE=y
|
|||
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||
CONFIG_SAE=y
|
||||
|
||||
# Disable scan result processing (ap_mode=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.
|
||||
#CONFIG_NO_SCAN_PROCESSING=y
|
||||
|
||||
|
|
Loading…
Reference in a new issue