Lines Matching refs:sband
417 struct ieee80211_supported_band *sband; in mesh_add_ht_cap_ie() local
420 sband = local->hw.wiphy->bands[band]; in mesh_add_ht_cap_ie()
421 if (!sband->ht_cap.ht_supported || in mesh_add_ht_cap_ie()
431 ieee80211_ie_build_ht_cap(pos, &sband->ht_cap, sband->ht_cap.cap); in mesh_add_ht_cap_ie()
442 struct ieee80211_supported_band *sband; in mesh_add_ht_oper_ie() local
455 sband = local->hw.wiphy->bands[channel->band]; in mesh_add_ht_oper_ie()
456 ht_cap = &sband->ht_cap; in mesh_add_ht_oper_ie()
480 struct ieee80211_supported_band *sband; in mesh_add_vht_cap_ie() local
483 sband = local->hw.wiphy->bands[band]; in mesh_add_vht_cap_ie()
484 if (!sband->vht_cap.vht_supported || in mesh_add_vht_cap_ie()
494 ieee80211_ie_build_vht_cap(pos, &sband->vht_cap, sband->vht_cap.cap); in mesh_add_vht_cap_ie()
505 struct ieee80211_supported_band *sband; in mesh_add_vht_oper_ie() local
518 sband = local->hw.wiphy->bands[channel->band]; in mesh_add_vht_oper_ie()
519 vht_cap = &sband->vht_cap; in mesh_add_vht_oper_ie()