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:
parent
def5378568
commit
3840f112df
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@ hs20=1
|
|||
auto_interworking=0
|
||||
bss_no_flush_when_down=1
|
||||
btm_offload=1
|
||||
sae_pmkid_in_assoc=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue