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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan_sta.c68 * o after STA_FAILS_AGE seconds we clear the failure count
71 #define STA_FAILS_AGE (2*60) /* time before clearing fails (secs) */ macro
375 if (se->se_fails && (ticks - se->se_lastfail) > STA_FAILS_AGE*hz) {

Completed in 54 milliseconds