Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h716 struct os_reltime last_michael_mic_error; member
H A Devents.c4683 if ((os_reltime_initialized(&wpa_s->last_michael_mic_error) && in wpa_supplicant_event_michael_mic_failure()
4684 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) || in wpa_supplicant_event_michael_mic_failure()
4762 wpa_s->last_michael_mic_error = t; in wpa_supplicant_event_michael_mic_failure()
H A Dctrl_iface.c8842 wpa_s->last_michael_mic_error.sec = 0; in wpa_supplicant_ctrl_iface_flush()