Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ht.c1281 , ic->ic_ht_sta_assoc in htinfo_notify()
1301 if (ic->ic_sta_assoc != ic->ic_ht_sta_assoc) { in htinfo_update()
1331 ic->ic_ht_sta_assoc++; in ieee80211_ht_node_join()
1349 ic->ic_ht_sta_assoc--; in ieee80211_ht_node_leave()
H A Dieee80211_ddb.c633 db_printf(" ht_sta_assoc %u", ic->ic_ht_sta_assoc); in _db_show_com()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h229 uint16_t ic_ht_sta_assoc;/* HT stations associated */ member