]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/events.c
Extend EAPOL frames processing workaround for roaming cases
[thirdparty/hostap.git] / wpa_supplicant / events.c
index 68b407b9a35a838611ea1cc7af46e1a6817736b4..441718d7f10b0675e2b5700e9ab579354d769819 100644 (file)
@@ -1743,6 +1743,8 @@ static void wpa_supplicant_event_assoc(struct wpa_supplicant *wpa_s,
                eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
        }
 
+       wpa_s->last_eapol_matches_bssid = 0;
+
        if (wpa_s->pending_eapol_rx) {
                struct os_time now, age;
                os_get_time(&now);