Lines Matching refs:ht_cap
368 struct ieee80211_sta_ht_cap ht_cap;
448 memcpy(&ht_cap, &sband->ht_cap, sizeof(ht_cap));
452 ht_cap.ht_supported) {
453 ieee80211_apply_htcap_overrides(sdata, &ht_cap);
456 ht_cap.cap |= WLAN_HT_CAP_SM_PS_DISABLED
460 ieee80211_ie_build_ht_cap(pos, &ht_cap, ht_cap.cap);
462 ht_cap.ht_supported && sta->sta.ht_cap.ht_supported) {
464 memcpy(&ht_cap, &sta->sta.ht_cap, sizeof(ht_cap));
467 ieee80211_ie_build_ht_cap(pos, &ht_cap, ht_cap.cap);
470 if (ht_cap.ht_supported &&
471 (ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40))
606 if (!ap_sta->sta.ht_cap.ht_supported && sta->sta.ht_cap.ht_supported) {
612 ieee80211_ie_build_ht_oper(pos, &sta->sta.ht_cap,
1299 !sta->sta.ht_cap.ht_supported)
1324 tdls_ht = (sta && sta->sta.ht_cap.ht_supported) ||
1892 if (!sta->sta.ht_cap.ht_supported && elems.sec_chan_offs &&