Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Devents.c785 if (wpa_s->last_michael_mic_error && in wpa_supplicant_event_michael_mic_failure()
786 t.sec - wpa_s->last_michael_mic_error <= 60) { in wpa_supplicant_event_michael_mic_failure()
808 wpa_s->last_michael_mic_error = t.sec; in wpa_supplicant_event_michael_mic_failure()
Dwpa_supplicant_i.h285 os_time_t last_michael_mic_error; member