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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_ddb.c613 db_printf(" lastnonht %d", ic->ic_lastnonht);
H A Dieee80211_var.h228 int ic_lastnonht; /* last time non-HT sta noted */ member in struct:ieee80211com
H A Dieee80211_ht.c1375 ic->ic_lastnonht = ticks;
1402 ieee80211_time_after(ticks, ic->ic_lastnonht + IEEE80211_NONHT_PRESENT_AGE)) {

Completed in 144 milliseconds