Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_var.h215 int ic_lastnonht; /* last time non-HT sta noted */ member
Dieee80211_ddb.c611 db_printf(" lastnonht %d", ic->ic_lastnonht); in _db_show_com()
Dieee80211_ht.c1330 ic->ic_lastnonht = ticks; in ieee80211_htprot_update()
1357 time_after(ticks, ic->ic_lastnonht + IEEE80211_NONHT_PRESENT_AGE)) { in ieee80211_ht_timeout()