wpa-supplicant: enable support for WPA3-Enterprise
This commit integrates by default support to WPA3-Enterprise modes 128-bits (WPA-EAP-SUITE-B) and 192-bits (WPA-EAP-SUITE-B-192) Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
7dae6a5c4e
commit
814cc5043e
|
|
@ -248,6 +248,10 @@ CONFIG_WPA_CLI_EDIT=y
|
||||||
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
CONFIG_SAE=y
|
CONFIG_SAE=y
|
||||||
|
|
||||||
|
# Enable WPA3-Enterprise Suite-B 192 support
|
||||||
|
CONFIG_SUITEB=y
|
||||||
|
CONFIG_SUITEB192=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 New Issue