Lines Matching refs:own_cap
121 struct ieee80211_sta_vht_cap own_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap() local
156 own_cap = sband->vht_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap()
165 ieee80211_apply_vhtcap_overrides(sdata, &own_cap); in ieee80211_vht_cap_ie_to_sta_vht_cap()
183 switch (own_cap.cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK) { in ieee80211_vht_cap_ie_to_sta_vht_cap()
198 vht_cap->cap |= cap_info & own_cap.cap & in ieee80211_vht_cap_ie_to_sta_vht_cap()
203 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
208 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
213 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
217 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
221 if (own_cap.cap & IEEE80211_VHT_CAP_TXSTBC) in ieee80211_vht_cap_ie_to_sta_vht_cap()
224 if (own_cap.cap & IEEE80211_VHT_CAP_RXSTBC_MASK) in ieee80211_vht_cap_ie_to_sta_vht_cap()
235 own_rx = le16_to_cpu(own_cap.vht_mcs.rx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()
238 own_tx = le16_to_cpu(own_cap.vht_mcs.tx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()