Home
last modified time | relevance | path

Searched refs:IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dvht.c212 IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ieee80211_vht_cap_ie_to_sta_vht_cap()
H A Ddebugfs_sta.c574 (vhtc->cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK) >> in sta_vht_capa_read()
H A Dmlme.c643 mask = IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ieee80211_add_vht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c3420 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()
3491 nsts = (*vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ath11k_set_vht_txbf_cap()
3493 *vht_cap &= ~IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_set_vht_txbf_cap()
3511 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_set_vht_txbf_cap()
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h1903 #define IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK \ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1770 bfee_nr = FIELD_GET(IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK, in mt7915_mcu_sta_bfer_vht()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c4645 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()
4689 val &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_create_vht_cap()