Lines Matching refs:band
416 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_add_ht_cap_ie() local
420 sband = local->hw.wiphy->bands[band]; in mesh_add_ht_cap_ie()
455 sband = local->hw.wiphy->bands[channel->band]; in mesh_add_ht_oper_ie()
479 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_add_vht_cap_ie() local
483 sband = local->hw.wiphy->bands[band]; in mesh_add_vht_cap_ie()
518 sband = local->hw.wiphy->bands[channel->band]; in mesh_add_vht_oper_ie()
681 enum ieee80211_band band; in ieee80211_mesh_build_beacon() local
690 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()
772 if (ieee80211_add_srates_ie(sdata, skb, true, band) || in ieee80211_mesh_build_beacon()
783 if (ieee80211_add_ext_srates_ie(sdata, skb, true, band) || in ieee80211_mesh_build_beacon()
931 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in ieee80211_mesh_process_chnswitch() local
950 err = ieee80211_parse_ch_switch_ie(sdata, elems, band, in ieee80211_mesh_process_chnswitch()
1085 enum ieee80211_band band = rx_status->band; in ieee80211_mesh_rx_bcn_presp() local
1106 freq = ieee80211_channel_to_frequency(elems.ds_params[0], band); in ieee80211_mesh_rx_bcn_presp()