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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h524 struct os_reltime last_michael_mic_error; member in struct:wpa_supplicant
H A Devents.c3180 if ((wpa_s->last_michael_mic_error.sec &&
3181 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) ||
3259 wpa_s->last_michael_mic_error = t;

Completed in 52 milliseconds