Lines Matching refs:band

536 	enum nl80211_band band;  in mwifiex_send_domain_info_cmd_fw()  local
548 band = mwifiex_band_to_radio_type(adapter->config_bands); in mwifiex_send_domain_info_cmd_fw()
549 if (!wiphy->bands[band]) { in mwifiex_send_domain_info_cmd_fw()
555 sband = wiphy->bands[band]; in mwifiex_send_domain_info_cmd_fw()
1577 enum nl80211_band band; in mwifiex_cfg80211_dump_survey() local
1585 u8 curr_bss_band = priv->curr_bss_params.band; in mwifiex_cfg80211_dump_survey()
1588 band = mwifiex_band_to_radio_type(curr_bss_band); in mwifiex_cfg80211_dump_survey()
1590 ieee80211_channel_to_frequency(chan, band)); in mwifiex_cfg80211_dump_survey()
1605 band = pchan_stats[idx].bandcfg; in mwifiex_cfg80211_dump_survey()
1607 ieee80211_channel_to_frequency(pchan_stats[idx].chan_num, band)); in mwifiex_cfg80211_dump_survey()
1755 enum nl80211_band band; in mwifiex_cfg80211_set_bitrate_mask() local
1764 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_set_bitrate_mask()
1769 if (band == NL80211_BAND_2GHZ) in mwifiex_cfg80211_set_bitrate_mask()
1770 bitmap_rates[0] = mask->control[band].legacy & 0x000f; in mwifiex_cfg80211_set_bitrate_mask()
1773 if (band == NL80211_BAND_2GHZ) in mwifiex_cfg80211_set_bitrate_mask()
1774 bitmap_rates[1] = (mask->control[band].legacy & 0x0ff0) >> 4; in mwifiex_cfg80211_set_bitrate_mask()
1776 bitmap_rates[1] = mask->control[band].legacy; in mwifiex_cfg80211_set_bitrate_mask()
1779 bitmap_rates[2] = mask->control[band].ht_mcs[0]; in mwifiex_cfg80211_set_bitrate_mask()
1781 bitmap_rates[2] |= mask->control[band].ht_mcs[1] << 8; in mwifiex_cfg80211_set_bitrate_mask()
1785 bitmap_rates[10] = mask->control[band].vht_mcs[0]; in mwifiex_cfg80211_set_bitrate_mask()
1787 bitmap_rates[11] = mask->control[band].vht_mcs[1]; in mwifiex_cfg80211_set_bitrate_mask()
1942 enum nl80211_band band; in mwifiex_cfg80211_set_antenna() local
1956 for (band = 0; band < NUM_NL80211_BANDS; band++) { in mwifiex_cfg80211_set_antenna()
1957 if (!adapter->wiphy->bands[band]) in mwifiex_cfg80211_set_antenna()
1960 ht_info = &adapter->wiphy->bands[band]->ht_cap; in mwifiex_cfg80211_set_antenna()
2187 enum nl80211_band band; in mwifiex_cfg80211_inform_ibss_bss() local
2199 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_inform_ibss_bss()
2202 band)); in mwifiex_cfg80211_inform_ibss_bss()
2491 if (params->chandef.chan->band == NL80211_BAND_2GHZ) { in mwifiex_set_ibss_params()
2688 user_scan_cfg->chan_list[i].radio_type = chan->band; in mwifiex_cfg80211_scan()
2786 bgscan_cfg->chan_list[i].radio_type = chan->band; in mwifiex_cfg80211_sched_scan_start()
3886 u8 second_chan_offset, band; in mwifiex_cfg80211_tdls_chan_switch() local
3915 band = chandef->chan->band; in mwifiex_cfg80211_tdls_chan_switch()
3916 mwifiex_start_tdls_cs(priv, addr, chan, second_chan_offset, band); in mwifiex_cfg80211_tdls_chan_switch()
4030 enum nl80211_band band; in mwifiex_cfg80211_get_channel() local
4040 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_get_channel()
4041 freq = ieee80211_channel_to_frequency(curr_bss->channel, band); in mwifiex_cfg80211_get_channel()