Home
last modified time | relevance | path

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

/net/mac80211/
Dmlme.c158 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_determine_chantype() local
190 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() local
5784 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()