Home
last modified time | relevance | path

Searched refs:own_cap (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/mac80211/
Dvht.c122 struct ieee80211_sta_vht_cap own_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap() local
157 own_cap = sband->vht_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap()
166 ieee80211_apply_vhtcap_overrides(sdata, &own_cap); in ieee80211_vht_cap_ie_to_sta_vht_cap()
181 own_cap.cap & IEEE80211_VHT_CAP_MAX_MPDU_MASK); in ieee80211_vht_cap_ie_to_sta_vht_cap()
184 switch (own_cap.cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK) { in ieee80211_vht_cap_ie_to_sta_vht_cap()
199 vht_cap->cap |= cap_info & own_cap.cap & in ieee80211_vht_cap_ie_to_sta_vht_cap()
204 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
209 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
214 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
218 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
[all …]
Dht.c145 struct ieee80211_sta_ht_cap ht_cap, own_cap; in ieee80211_ht_cap_ie_to_sta_ht_cap() local
159 own_cap = sband->ht_cap; in ieee80211_ht_cap_ie_to_sta_ht_cap()
169 ieee80211_apply_htcap_overrides(sdata, &own_cap); in ieee80211_ht_cap_ie_to_sta_ht_cap()
178 (own_cap.cap | ~(IEEE80211_HT_CAP_LDPC_CODING | in ieee80211_ht_cap_ie_to_sta_ht_cap()
189 if (!(own_cap.cap & IEEE80211_HT_CAP_TX_STBC)) in ieee80211_ht_cap_ie_to_sta_ht_cap()
191 if (!(own_cap.cap & IEEE80211_HT_CAP_RX_STBC)) in ieee80211_ht_cap_ie_to_sta_ht_cap()
201 tx_mcs_set_cap = own_cap.mcs.tx_params; in ieee80211_ht_cap_ie_to_sta_ht_cap()
227 own_cap.mcs.rx_mask[i] & ht_cap_ie->mcs.rx_mask[i]; in ieee80211_ht_cap_ie_to_sta_ht_cap()
233 own_cap.mcs.rx_mask[i] & in ieee80211_ht_cap_ie_to_sta_ht_cap()
237 if (own_cap.mcs.rx_mask[32/8] & ht_cap_ie->mcs.rx_mask[32/8] & 1) in ieee80211_ht_cap_ie_to_sta_ht_cap()