Searched refs:ni_chw (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx_ht.c137 if (ni->ni_chw == 40)
147 if (ni->ni_chw == 40 &&
152 if (ni->ni_chw == 20 &&
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_ht.c1182 ni->ni_chw = 40;
1190 ni->ni_chw = 20;
1284 if (ni->ni_chw == 40)
1302 if (ni->ni_chw == 40)
1467 ni->ni_chw = IEEE80211_IS_CHAN_HT40(ni->ni_chan)? 40 : 20;
2002 __func__, chw, ni->ni_chw != chw ? "*" : "");
2003 if (chw != ni->ni_chw) {
2004 ni->ni_chw = chw;
H A Dieee80211_node.h215 uint8_t ni_chw; /* negotiated channel width */ member in struct:ieee80211_node
H A Dieee80211_ddb.c293 ni->ni_htopmode, ni->ni_htstbc, ni->ni_chw);
H A Dieee80211_node.c2204 ni->ni_htopmode, ni->ni_htstbc, ni->ni_chw);
2352 (ni->ni_chw == 40 ? ", HT40" : ", HT20") : "",
H A Dieee80211_sta.c1639 (ni->ni_chw == 40 ? ", HT40" : ", HT20") : "",
/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c505 int is_ht40 = (an->an_node.ni_chw == 40);
820 (ni->ni_chw == 40)));
850 (ni->ni_chw == 40));
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c4170 if (ni->ni_chw != 40)

Completed in 117 milliseconds