]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/hostap.git/blobdiff - wpa_supplicant/events.c
increase the eapol pending timer to 500ms
[build-utilities/hostap.git] / wpa_supplicant / events.c
index fd308bb439e9763b626aee4925d533200c1af581..00d9dc1c37c94ea133e0e8ecbce4039d5a44be06 100644 (file)
@@ -1589,7 +1589,7 @@ static void wpa_supplicant_event_assoc(struct wpa_supplicant *wpa_s,
                struct os_time now, age;
                os_get_time(&now);
                os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
-               if (age.sec == 0 && age.usec < 100000 &&
+               if (age.sec == 0 && age.usec < 500000 &&
                    os_memcmp(wpa_s->pending_eapol_rx_src, bssid, ETH_ALEN) ==
                    0) {
                        wpa_dbg(wpa_s, MSG_DEBUG, "Process pending EAPOL "