Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_vht.c457 if ((vap->iv_flags_ht & IEEE80211_FHT_STBC_RX) == 0) in ieee80211_vht_get_vhtcap_ie()
H A Dieee80211_var.h725 #define IEEE80211_FHT_STBC_RX 0x80000000 /* CONF: STBC rx enabled */ macro
H A Dieee80211_ioctl.c1147 if (vap->iv_flags_ht & IEEE80211_FHT_STBC_RX) in ieee80211_ioctl_get80211()
3438 vap->iv_flags_ht |= IEEE80211_FHT_STBC_RX; in ieee80211_ioctl_set80211()
3440 vap->iv_flags_ht &= ~IEEE80211_FHT_STBC_RX; in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c299 vap->iv_flags_ht |= IEEE80211_FHT_STBC_RX; in ieee80211_ht_vattach()
3308 if ((vap->iv_flags_ht & IEEE80211_FHT_STBC_RX) == 0) in ieee80211_add_htcap_body()