Searched refs:sta_ht_cap (Results 1 – 1 of 1) sorted by relevance
158 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_determine_chantype() local190 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap)); in ieee80211_determine_chantype()191 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap); in ieee80211_determine_chantype()193 if (!ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype()224 if (sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) { in ieee80211_determine_chantype()5779 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_mgd_assoc() local5784 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap)); in ieee80211_mgd_assoc()5785 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap); in ieee80211_mgd_assoc()5790 !(sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40)) in ieee80211_mgd_assoc()