Skip to content
Snippets Groups Projects
Commit d173c126 authored by Ben Wang's avatar Ben Wang
Browse files

meta-qti-wlan: enable TLS 1.3 in supplicant

As certification requirement, enable TLS1.3  by default.

CRs-Fixed: 4053639
Change-Id: I4909b0332ed5ee0750ed9afe0b2154eb4dfbdcc4
parent 580f9aab
No related merge requests found
......@@ -533,12 +533,13 @@ CONFIG_SAE=y
# Enable WEP encryption
CONFIG_WEP=y
# Enable OCV, SAE_PK and SUITEB in WPA3 R3
# Enable OCV, SAE_PK SUITEB and TLSV1_3 in WPA3 R3
CONFIG_OCV=y
NEED_AES_SIV=y
CONFIG_SAE_PK=y
CONFIG_SUITEB=y
CONFIG_SUITEB192=y
CONFIG_EAP_TLSV1_3=y
#Enable MBO
CONFIG_MBO=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment