Searched refs:sta_ht_cap (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 158 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() 5705 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_mgd_assoc() local 5710 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap)); in ieee80211_mgd_assoc() 5711 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap); in ieee80211_mgd_assoc() [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mlme.c | 234 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_determine_chantype() local 272 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap)); in ieee80211_determine_chantype() 273 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap); in ieee80211_determine_chantype() 275 if (!ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype() 309 if (sta_ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) { in ieee80211_determine_chantype() 7335 struct ieee80211_sta_ht_cap sta_ht_cap; in ieee80211_setup_assoc_link() local 7337 memcpy(&sta_ht_cap, &sband->ht_cap, sizeof(sta_ht_cap)); in ieee80211_setup_assoc_link() 7338 ieee80211_apply_htcap_overrides(sdata, &sta_ht_cap); in ieee80211_setup_assoc_link() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 4389 struct ieee80211_sta_ht_cap sta_ht_cap; in wl1271_bss_info_changed_sta() local 4450 sta_ht_cap = sta->ht_cap; in wl1271_bss_info_changed_sta() 4565 &sta_ht_cap, in wl1271_bss_info_changed_sta()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 4345 struct ieee80211_sta_ht_cap sta_ht_cap; in wl1271_bss_info_changed_sta() local 4406 sta_ht_cap = sta->deflink.ht_cap; in wl1271_bss_info_changed_sta() 4521 &sta_ht_cap, in wl1271_bss_info_changed_sta()
|
Completed in 28 milliseconds