Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_scan_sta.c85 uint8_t se_fails; /* failure to associate count */ member
398 se->se_fails = 0; in sta_add()
400 "%s: fails %u", __func__, se->se_fails); in sta_add()
886 weight = b->se_fails - a->se_fails; in sta_compare()
1154 if (se0->se_fails >= STA_FAILS_MAX) in match_bss()
1226 if (se->se_fails) in sta_dec_fails()
1227 se->se_fails--; in sta_dec_fails()
1486 se->se_fails++; in sta_assoc_fail()
1490 __func__, reason, se->se_fails); in sta_assoc_fail()
1504 se->se_fails = 0; in sta_assoc_success()
[all …]