Lines Matching refs:vht_cap

1626 	const struct ieee80211_sta_vht_cap *vht_cap = &sta->vht_cap;  in ath10k_peer_assoc_h_vht()  local
1629 if (!vht_cap->vht_supported) in ath10k_peer_assoc_h_vht()
1637 arg->peer_vht_caps = vht_cap->cap; in ath10k_peer_assoc_h_vht()
1639 ampdu_factor = (vht_cap->cap & in ath10k_peer_assoc_h_vht()
1655 __le16_to_cpu(vht_cap->vht_mcs.rx_highest); in ath10k_peer_assoc_h_vht()
1657 __le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map); in ath10k_peer_assoc_h_vht()
1659 __le16_to_cpu(vht_cap->vht_mcs.tx_highest); in ath10k_peer_assoc_h_vht()
1661 __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map); in ath10k_peer_assoc_h_vht()
1715 if (sta->vht_cap.vht_supported) { in ath10k_peer_assoc_h_phymode()
1736 if (sta->vht_cap.vht_supported) { in ath10k_peer_assoc_h_phymode()
1813 struct ieee80211_sta_vht_cap vht_cap) in ath10k_mac_vif_recalc_txbf() argument
1840 if (vht_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE) in ath10k_mac_vif_recalc_txbf()
1843 if (vht_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE) in ath10k_mac_vif_recalc_txbf()
1850 if (vht_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE) in ath10k_mac_vif_recalc_txbf()
1853 if (vht_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE) in ath10k_mac_vif_recalc_txbf()
1881 struct ieee80211_sta_vht_cap vht_cap; in ath10k_bss_assoc() local
1904 vht_cap = ap_sta->vht_cap; in ath10k_bss_assoc()
1930 ret = ath10k_mac_vif_recalc_txbf(ar, vif, vht_cap); in ath10k_bss_assoc()
1973 struct ieee80211_sta_vht_cap vht_cap = {}; in ath10k_bss_disassoc() local
1988 ret = ath10k_mac_vif_recalc_txbf(ar, vif, vht_cap); in ath10k_bss_disassoc()
5323 struct ieee80211_sta_vht_cap vht_cap = {0}; in ath10k_create_vht_cap() local
5327 vht_cap.vht_supported = 1; in ath10k_create_vht_cap()
5328 vht_cap.cap = ar->vht_cap_info; in ath10k_create_vht_cap()
5338 vht_cap.vht_mcs.rx_mcs_map = cpu_to_le16(mcs_map); in ath10k_create_vht_cap()
5339 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(mcs_map); in ath10k_create_vht_cap()
5341 return vht_cap; in ath10k_create_vht_cap()
5448 struct ieee80211_sta_vht_cap vht_cap; in ath10k_mac_register() local
5458 vht_cap = ath10k_create_vht_cap(ar); in ath10k_mac_register()
5477 band->vht_cap = vht_cap; in ath10k_mac_register()
5497 band->vht_cap = vht_cap; in ath10k_mac_register()