mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-21 08:49:25 +00:00
fix(wifi): Add bugfix to avoid RSNXE and KDE mismatch during 4-way-handshake
This commit is contained in:

committed by
Kapil Gupta

parent
95b522a1be
commit
d97c8ed1b1
@@ -368,6 +368,7 @@ static bool hostap_sta_join(void **sta, u8 *bssid, u8 *wpa_ie, u8 wpa_ie_len, u8
|
||||
#endif /* CONFIG_SAE */
|
||||
if (!esp_wifi_ap_is_sta_sae_reauth_node(bssid)) {
|
||||
ap_free_sta(hapd, old_sta);
|
||||
*sta = NULL;
|
||||
}
|
||||
#ifdef CONFIG_SAE
|
||||
else if (old_sta && old_sta->lock) {
|
||||
|
Reference in New Issue
Block a user