Home
last modified time | relevance | path

Searched refs:last_michael_mic_error (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h524 struct os_reltime last_michael_mic_error; member
Devents.c3180 if ((wpa_s->last_michael_mic_error.sec && in wpa_supplicant_event_michael_mic_failure()
3181 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) || in wpa_supplicant_event_michael_mic_failure()
3259 wpa_s->last_michael_mic_error = t; in wpa_supplicant_event_michael_mic_failure()