wpa-supplicant: defconfig: add support to WPA3-Personal
Include by default support to Simultaneous Authentication of Equals (SAE) and the standard IEEE 802.11w to Protected Management Frames, both required to support the standard WPA3. https://jira.digi.com/browse/DEL-7301 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
3c74232d0f
commit
fdb84dbebf
|
|
@ -246,7 +246,7 @@ CONFIG_WPA_CLI_EDIT=y
|
||||||
#CONFIG_NO_WPA_PASSPHRASE=y
|
#CONFIG_NO_WPA_PASSPHRASE=y
|
||||||
|
|
||||||
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
#CONFIG_SAE=y
|
CONFIG_SAE=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.
|
||||||
|
|
@ -315,7 +315,7 @@ CONFIG_PEERKEY=y
|
||||||
|
|
||||||
# IEEE 802.11w (management frame protection), also known as PMF
|
# IEEE 802.11w (management frame protection), also known as PMF
|
||||||
# Driver support is also needed for IEEE 802.11w.
|
# Driver support is also needed for IEEE 802.11w.
|
||||||
#CONFIG_IEEE80211W=y
|
CONFIG_IEEE80211W=y
|
||||||
|
|
||||||
# Support Operating Channel Validation
|
# Support Operating Channel Validation
|
||||||
#CONFIG_OCV=y
|
#CONFIG_OCV=y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue