Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/
Dif_ath_tx_ht.c276 if (ic->ic_htcaps & IEEE80211_HTCAP_TXSTBC && in ath_tx_rate_fill_rcflags()
Dif_ath.c844 ic->ic_htcaps |= IEEE80211_HTCAP_TXSTBC; in ath_attach()
/freebsd-10-stable/sys/net80211/
Dieee80211.h576 #define IEEE80211_HTCAP_TXSTBC 0x0080 /* STBC tx ok */ macro
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c451 if ((hcaps & IEEE80211_HTCAP_TXSTBC) != 0) in wlan_htcaps_to_snmp()