Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c83 uint8_t se_fails; /* failure to associate count */ member
395 if (se->se_fails && (ticks - se->se_lastfail) > STA_FAILS_AGE*hz) { in sta_add()
396 se->se_fails = 0; in sta_add()
398 "%s: fails %u", __func__, se->se_fails); in sta_add()
884 weight = b->se_fails - a->se_fails; in sta_compare()
1152 if (se0->se_fails >= STA_FAILS_MAX) in match_bss()
1224 if (se->se_fails) in sta_dec_fails()
1225 se->se_fails--; in sta_dec_fails()
1484 se->se_fails++; in sta_assoc_fail()
1488 __func__, reason, se->se_fails); in sta_assoc_fail()
[all …]