Home
last modified time | relevance | path

Searched refs:IEEE80211_FHT_STBC_TX (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_vht.c451 if ((vap->iv_flags_ht & IEEE80211_FHT_STBC_TX) == 0) in ieee80211_vht_get_vhtcap_ie()
H A Dieee80211_var.h713 #define IEEE80211_FHT_STBC_TX 0x40000000 /* CONF: STBC tx enabled */ macro
H A Dieee80211_ioctl.c1142 if (vap->iv_flags_ht & IEEE80211_FHT_STBC_TX) in ieee80211_ioctl_get80211()
3427 vap->iv_flags_ht |= IEEE80211_FHT_STBC_TX; in ieee80211_ioctl_set80211()
3429 vap->iv_flags_ht &= ~IEEE80211_FHT_STBC_TX; in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c302 vap->iv_flags_ht |= IEEE80211_FHT_STBC_TX; in ieee80211_ht_vattach()