Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h234 int ic_lastnonht; /* last time non-HT sta noted */ member
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ddb.c638 db_printf(" lastnonht %d", ic->ic_lastnonht); in _db_show_com()
H A Dieee80211_ht.c1378 ic->ic_lastnonht = ticks; in ieee80211_htprot_update()
1405 ieee80211_time_after(ticks, ic->ic_lastnonht + IEEE80211_NONHT_PRESENT_AGE)) { in ieee80211_ht_timeout()