Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan.h334 u32 last_failure_time; member
H A Dks_hostif.c376 if (mic_failure->last_failure_time && in hostif_data_indication_wpa()
377 (now - mic_failure->last_failure_time) / HZ >= 60) { in hostif_data_indication_wpa()
387 (u16)((now - mic_failure->last_failure_time) / HZ); in hostif_data_indication_wpa()
392 priv->wpa.mic_failure.last_failure_time = now; in hostif_data_indication_wpa()
2261 priv->wpa.mic_failure.last_failure_time = 0; in hostif_wpa_init()