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
This commit is contained in:
kensun 2023-07-13 05:59:46 +00:00 committed by Ken Sun
parent def5378568
commit 3840f112df

View file

@ -8,3 +8,4 @@ hs20=1
auto_interworking=0 auto_interworking=0
bss_no_flush_when_down=1 bss_no_flush_when_down=1
btm_offload=1 btm_offload=1
sae_pmkid_in_assoc=1