mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(wpa_supplicant): Fix for sending alternate ft-auth in roaming
This commit is contained in:
parent
4724d7c5e7
commit
041bc41ccf
@ -297,10 +297,10 @@ static int ieee80211_handle_rx_frm(u8 type, u8 *frame, size_t len, u8 *sender,
|
||||
#endif /* CONFIG_IEEE80211R */
|
||||
case WLAN_FC_STYPE_ASSOC_RESP:
|
||||
case WLAN_FC_STYPE_REASSOC_RESP:
|
||||
wpa_sm_notify_assoc(&gWpaSm, sender);
|
||||
#ifdef CONFIG_IEEE80211R
|
||||
ret = handle_assoc_frame(frame, len, sender, rssi, channel);
|
||||
#endif /* CONFIG_IEEE80211R */
|
||||
wpa_sm_notify_assoc(&gWpaSm, sender);
|
||||
break;
|
||||
#if defined(CONFIG_IEEE80211KV)
|
||||
case WLAN_FC_STYPE_ACTION:
|
||||
|
Loading…
x
Reference in New Issue
Block a user