Lines Matching refs:ht_cap
373 struct ieee80211_sta_ht_cap ht_cap;
451 memcpy(&ht_cap, &sband->ht_cap, sizeof(ht_cap));
455 ht_cap.ht_supported) {
456 ieee80211_apply_htcap_overrides(sdata, &ht_cap);
459 ht_cap.cap |= WLAN_HT_CAP_SM_PS_DISABLED
463 ieee80211_ie_build_ht_cap(pos, &ht_cap, ht_cap.cap);
465 ht_cap.ht_supported && sta->sta.deflink.ht_cap.ht_supported) {
467 memcpy(&ht_cap, &sta->sta.deflink.ht_cap, sizeof(ht_cap));
470 ieee80211_ie_build_ht_cap(pos, &ht_cap, ht_cap.cap);
473 if (ht_cap.ht_supported &&
474 (ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40))
680 if (!ap_sta->sta.deflink.ht_cap.ht_supported && sta->sta.deflink.ht_cap.ht_supported) {
686 ieee80211_ie_build_ht_oper(pos, &sta->sta.deflink.ht_cap,
1400 !sta->sta.deflink.ht_cap.ht_supported)
1424 tdls_ht = (sta && sta->sta.deflink.ht_cap.ht_supported) ||
2008 if (!sta->sta.deflink.ht_cap.ht_supported && elems->sec_chan_offs &&