Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dwpa_supplicant_i.h723 struct os_reltime last_michael_mic_error; member
Devents.c4773 if ((os_reltime_initialized(&wpa_s->last_michael_mic_error) && in wpa_supplicant_event_michael_mic_failure()
4774 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) || in wpa_supplicant_event_michael_mic_failure()
4852 wpa_s->last_michael_mic_error = t; in wpa_supplicant_event_michael_mic_failure()
Dctrl_iface.c8840 wpa_s->last_michael_mic_error.sec = 0; in wpa_supplicant_ctrl_iface_flush()