Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmlme.c160 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_determine_chantype() local
163 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap)); in ieee80211_determine_chantype()
164 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap); in ieee80211_determine_chantype()
171 if (!ht_cap || !ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype()
205 if (sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) { in ieee80211_determine_chantype()
4315 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_prep_connection() local
4336 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap)); in ieee80211_prep_connection()
4337 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap); in ieee80211_prep_connection()
4339 is_override = (sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) != in ieee80211_prep_connection()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c4318 struct ieee80211_sta_ht_cap sta_ht_cap; in wl1271_bss_info_changed_sta() local
4379 sta_ht_cap = sta->ht_cap; in wl1271_bss_info_changed_sta()
4494 &sta_ht_cap, in wl1271_bss_info_changed_sta()