esp_wifi: WPA3 SAE keep default value as h2e and hunting and pecking for sae pwe

This commit is contained in:
Shreyas Sheth
2022-07-21 12:56:06 +05:30
parent 0e874812a0
commit 341a92aaa5
7 changed files with 17 additions and 9 deletions

View File

@@ -2674,7 +2674,7 @@ int wpa_sm_set_ap_rsnxe(const u8 *ie, size_t len)
sm->ap_rsnxe_len = len;
}
sm->sae_pwe = esp_wifi_get_config_sae_pwe_h2e_internal();
sm->sae_pwe = esp_wifi_sta_get_config_sae_pwe_h2e_internal();
return 0;
}