Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ht.c1481 ni->ni_chw = 40; in ieee80211_ht_wds_init()
1489 ni->ni_chw = 20; in ieee80211_ht_wds_init()
1585 if (ni->ni_chw == 40) in ieee80211_ht_node_join()
1603 if (ni->ni_chw == 40) in ieee80211_ht_node_leave()
1831 ni->ni_chw = IEEE80211_IS_CHAN_HT40(ni->ni_chan)? 40 : 20; in htinfo_update_chw()
2600 __func__, chw, ni->ni_chw != chw ? "*" : ""); in ht_recv_action_ht_txchwidth()
2601 if (chw != ni->ni_chw) { in ht_recv_action_ht_txchwidth()
2603 ni->ni_chw = chw; in ht_recv_action_ht_txchwidth()
H A Dieee80211_node.h227 uint8_t ni_chw; /* negotiated channel width */ member
H A Dieee80211_ddb.c292 ni->ni_htopmode, ni->ni_htstbc, ni->ni_chw); in _db_show_sta()
H A Dieee80211_node.c2644 ni->ni_htopmode, ni->ni_htstbc, ni->ni_chw); in ieee80211_dump_node()
2802 (ni->ni_chw == 40 ? ", HT40" : ", HT20") : "", in ieee80211_node_join()
H A Dieee80211_sta.c1926 (ni->ni_chw == 40 ? ", HT40" : ", HT20") : "", in sta_recv_mgmt()