Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c1599 caps = ic->ic_htcaps & 0xffff; in ieee80211_add_htcap_body()
1822 if (ic->ic_htcaps & IEEE80211_HTC_HT) { in ieee80211_ht_attach()
1829 if (ic->ic_htcaps & IEEE80211_HTCAP_SHORTGI20) in ieee80211_ht_attach()
1832 if (ic->ic_htcaps & IEEE80211_HTCAP_CHWIDTH40) { in ieee80211_ht_attach()
1834 if (ic->ic_htcaps & IEEE80211_HTCAP_SHORTGI40) in ieee80211_ht_attach()
1839 if (ic->ic_htcaps & IEEE80211_HTC_AMPDU) in ieee80211_ht_attach()
1842 if (ic->ic_htcaps & IEEE80211_HTC_AMSDU) in ieee80211_ht_attach()
H A Dnet80211_input.c1422 if ((ic->ic_htcaps & IEEE80211_HTC_HT) && in ieee80211_recv_mgmt()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h478 uint32_t ic_htcaps; /* HT capabilities */ member
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_main.c3144 ic->ic_htcaps = in arn_attach()
3154 ic->ic_htcaps |= IEEE80211_HTC_AMPDU; in arn_attach()
/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh.c794 ic->ic_htcaps = IEEE80211_HTC_HT | in iwh_attach()
796 ic->ic_htcaps |= IEEE80211_HTCAP_MAXAMSDU_7935; in iwh_attach()