Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c286 if (ni->ni_chw == IEEE80211_STA_RX_BW_40) in ath_tx_rate_fill_rcflags()
298 if (ni->ni_chw == IEEE80211_STA_RX_BW_40 && in ath_tx_rate_fill_rcflags()
304 if (ni->ni_chw == IEEE80211_STA_RX_BW_20 && in ath_tx_rate_fill_rcflags()
/freebsd/sys/net80211/
H A Dieee80211_vht.c974 (ni->ni_chw == IEEE80211_STA_RX_BW_40)); in ieee80211_vht_check_tx_vht40()
997 (ni->ni_chw == IEEE80211_STA_RX_BW_80)); in ieee80211_vht_check_tx_vht80()
1018 if (ni->ni_chw != IEEE80211_STA_RX_BW_160) in ieee80211_vht_check_tx_vht160()
H A Dieee80211_ht.c1479 ni->ni_chw = IEEE80211_STA_RX_BW_40; in ieee80211_ht_wds_init()
1487 ni->ni_chw = IEEE80211_STA_RX_BW_20; in ieee80211_ht_wds_init()
1583 if (ni->ni_chw == IEEE80211_STA_RX_BW_40) in ieee80211_ht_node_join()
1601 if (ni->ni_chw == IEEE80211_STA_RX_BW_40) in ieee80211_ht_node_leave()
1829 ni->ni_chw = IEEE80211_IS_CHAN_HT40(ni->ni_chan) ? in htinfo_update_chw()
2611 chw, ni->ni_chw != chw ? "*" : "", ieee80211_ni_chw_to_str(chw)); in ht_recv_action_ht_txchwidth()
2612 if (chw != ni->ni_chw) { in ht_recv_action_ht_txchwidth()
2614 ni->ni_chw = chw; in ht_recv_action_ht_txchwidth()
3750 (ni->ni_chw == IEEE80211_STA_RX_BW_40)); in ieee80211_ht_check_tx_ht40()
H A Dieee80211_amrr.c299 if (ieee80211_vht_node_check_tx_valid_mcs(ni, ni->ni_chw, nss, in amrr_update_vht_inc()
334 if (ieee80211_vht_node_check_tx_valid_mcs(ni, ni->ni_chw, nss, in amrr_update_vht_dec()
H A Dieee80211_node.h288 enum ieee80211_sta_rx_bw ni_chw; /* negotiated channel width */ member
H A Dieee80211_ddb.c299 ni->ni_chw, ieee80211_ni_chw_to_str(ni->ni_chw)); in _db_show_sta()
H A Dieee80211_node.c2676 ni->ni_chw, ieee80211_ni_chw_to_str(ni->ni_chw)); in ieee80211_dump_node()
2834 (ni->ni_chw == IEEE80211_STA_RX_BW_40 ? ", HT40" : ", HT20") : "", in ieee80211_node_join()
3323 kbps = ieee80211_phy_vht_get_mcs_kbit(ni->ni_chw, in ieee80211_node_get_txrate_kbit()
H A Dieee80211_sta.c1937 (ni->ni_chw == IEEE80211_STA_RX_BW_40 ? ", HT40" : ", HT20") : "", in sta_recv_mgmt()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c182 int is_ht40 = (an->an_node.ni_chw == IEEE80211_STA_RX_BW_40); in ath_rate_sample_find_min_pktlength()
982 int is_ht40 = (an->an_node.ni_chw == IEEE80211_STA_RX_BW_40); in update_stats()
1368 (ni->ni_chw == IEEE80211_STA_RX_BW_40))); in ath_rate_ctl_reset()
1399 (ni->ni_chw == IEEE80211_STA_RX_BW_40)); in ath_rate_ctl_reset()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c4020 if (ni->ni_chw != IEEE80211_STA_RX_BW_40) in mkpeerinfo()