Home
last modified time | relevance | path

Searched refs:IEEE80211_FEXT_SHORTGI40 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c750 if (ic->ic_flags_ext & IEEE80211_FEXT_SHORTGI40) in ieee80211_ht_wds_init()
1629 if ((ic->ic_flags_ext & IEEE80211_FEXT_SHORTGI40) == 0 || in ieee80211_add_htcap_body()
1835 ic->ic_flags_ext |= IEEE80211_FEXT_SHORTGI40; in ieee80211_ht_attach()
/titanic_41/usr/src/uts/common/sys/
H A Dnet80211.h156 #define IEEE80211_FEXT_SHORTGI40 0x08000000 /* CONF: short GI in HT40 */ macro