Lines Matching refs:sta_ht_cap
158 struct ieee80211_sta_ht_cap sta_ht_cap;
190 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap));
191 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap);
193 if (!ht_oper || !sta_ht_cap.ht_supported) {
224 if (sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) {
5705 struct ieee80211_sta_ht_cap sta_ht_cap;
5710 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap));
5711 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap);
5716 !(sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40))