From 3840f112dfd28382608de99a5b050d273d97b5df Mon Sep 17 00:00:00 2001 From: kensun Date: Thu, 13 Jul 2023 05:59:46 +0000 Subject: [PATCH] Enable sae_pmkid_in_assoc=1 in configuration file By setting sae_pmkid_in_assoc in wpa_supplicant.conf file, the PMKID generated in SAE authentication will be sent to driver in External auth status(NL80211_CMD_EXTERNAL_AUTH) message to driver. This will help driver/firmware to fill the PMKID in association request frame. Bug: 290562226 Test: Manual - Confirmed that sae_pmkid_in_assoc=1 is set in wpa_supplicant.conf file. Test: Connect/Disconnect with AP configured in WPA3 security Change-Id: Ied6a1bea868c732e11a0a341e832701c05dd2478 --- wifi/wpa_supplicant_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf index 6f274c1..8ad098a 100644 --- a/wifi/wpa_supplicant_overlay.conf +++ b/wifi/wpa_supplicant_overlay.conf @@ -8,3 +8,4 @@ hs20=1 auto_interworking=0 bss_no_flush_when_down=1 btm_offload=1 +sae_pmkid_in_assoc=1