ADD: [wpa-supplicant] activate EAP-SUITE-B-192 which is required for WPA3
ADD: [hostapd] activate EAP-SUITE-B-192 and SAE which is required for WPA3 BugzId: 69238
This commit is contained in:
parent
cb16fe88d8
commit
7c47a3374f
|
|
@ -405,3 +405,10 @@ CONFIG_ACS=y
|
||||||
# leads to the MIB only being compiled in if
|
# leads to the MIB only being compiled in if
|
||||||
# CONFIG_CTRL_IFACE_MIB is enabled.
|
# CONFIG_CTRL_IFACE_MIB is enabled.
|
||||||
# CONFIG_CTRL_IFACE_MIB=y
|
# CONFIG_CTRL_IFACE_MIB=y
|
||||||
|
|
||||||
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
|
CONFIG_SAE=y
|
||||||
|
|
||||||
|
# EAP-SUITE-B-192, WPA3-Enterprise
|
||||||
|
CONFIG_SUITEB192=y
|
||||||
|
CONFIG_SUITEB=y
|
||||||
|
|
|
||||||
|
|
@ -253,6 +253,10 @@ CONFIG_CTRL_IFACE=y
|
||||||
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
CONFIG_SAE=y
|
CONFIG_SAE=y
|
||||||
|
|
||||||
|
# EAP-SUITE-B-192, WPA3-Enterprise
|
||||||
|
CONFIG_SUITEB192=y
|
||||||
|
CONFIG_SUITEB=y
|
||||||
|
|
||||||
# Disable scan result processing (ap_mode=1) to save code size by about 1 kB.
|
# Disable scan result processing (ap_mode=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