Searched refs:ni_htcap (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx_ht.c144 * ni_htcap is what the remote end sends, not what this
149 ni->ni_htcap & IEEE80211_HTCAP_SHORTGI40)
154 ni->ni_htcap & IEEE80211_HTCAP_SHORTGI20)
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_ht.c1066 ni->ni_htcap = 0;
1177 ni->ni_htcap = 0;
1179 ni->ni_htcap |= IEEE80211_HTCAP_SHORTGI20;
1181 ni->ni_htcap |= IEEE80211_HTCAP_CHWIDTH40;
1188 ni->ni_htcap |= IEEE80211_HTCAP_SHORTGI40;
1390 ni->ni_htcap = LE_READ_2(ie +
1478 switch (ni->ni_htcap & IEEE80211_HTCAP_SMPS) {
1506 if ((ni->ni_htcap & IEEE80211_HTCAP_SHORTGI20) &&
1509 if ((ni->ni_htcap & IEEE80211_HTCAP_SHORTGI40) &&
1574 if ((ni->ni_htcap
[all...]
H A Dieee80211_node.h209 uint16_t ni_htcap; /* HT capabilities */ member in struct:ieee80211_node
H A Dieee80211_ddb.c290 ni->ni_htcap, IEEE80211_HTCAP_BITS,
H A Dieee80211_node.c2201 ni->ni_htcap, ni->ni_htparam,
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c3159 | (ni->ni_htcap & IEEE80211_HTCAP_SHORTGI40 ?
3163 | (ni->ni_htcap & IEEE80211_HTCAP_SHORTGI20 ?
4156 pi->HTCapabilitiesInfo = ni->ni_htcap;
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2110 if (ni->ni_htcap & IEEE80211_HTCAP_SHORTGI40)
2112 } else if (ni->ni_htcap & IEEE80211_HTCAP_SHORTGI20)
5500 switch (ni->ni_htcap & IEEE80211_HTCAP_SMPS) {

Completed in 202 milliseconds