Lines Matching refs:band
497 enum ieee80211_band band; in mwifiex_scan_create_channel_list() local
503 for (band = 0; (band < IEEE80211_NUM_BANDS) ; band++) { in mwifiex_scan_create_channel_list()
505 if (!priv->wdev.wiphy->bands[band]) in mwifiex_scan_create_channel_list()
508 sband = priv->wdev.wiphy->bands[band]; in mwifiex_scan_create_channel_list()
514 scan_chan_list[chan_idx].radio_type = band; in mwifiex_scan_create_channel_list()
1648 bss->channel->band; in mwifiex_save_hidden_ssid_channels()
1816 u8 band; in mwifiex_parse_single_response_buf() local
1825 band = BAND_G; in mwifiex_parse_single_response_buf()
1827 band = mwifiex_radio_type_to_band(*radio_type & in mwifiex_parse_single_response_buf()
1830 cfp = mwifiex_get_cfp(priv, band, channel, 0); in mwifiex_parse_single_response_buf()
1844 bss_priv->band = band; in mwifiex_parse_single_response_buf()