Lines Matching refs:band
431 enum ieee80211_band band; in mwifiex_send_domain_info_cmd_fw() local
443 band = mwifiex_band_to_radio_type(adapter->config_bands); in mwifiex_send_domain_info_cmd_fw()
444 if (!wiphy->bands[band]) { in mwifiex_send_domain_info_cmd_fw()
449 sband = wiphy->bands[band]; in mwifiex_send_domain_info_cmd_fw()
1296 enum ieee80211_band band; in mwifiex_cfg80211_dump_survey() local
1304 u8 curr_bss_band = priv->curr_bss_params.band; in mwifiex_cfg80211_dump_survey()
1307 band = mwifiex_band_to_radio_type(curr_bss_band); in mwifiex_cfg80211_dump_survey()
1309 ieee80211_channel_to_frequency(chan, band)); in mwifiex_cfg80211_dump_survey()
1324 band = pchan_stats[idx].bandcfg; in mwifiex_cfg80211_dump_survey()
1326 ieee80211_channel_to_frequency(pchan_stats[idx].chan_num, band)); in mwifiex_cfg80211_dump_survey()
1471 enum ieee80211_band band; in mwifiex_cfg80211_set_bitrate_mask() local
1480 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_set_bitrate_mask()
1485 if (band == IEEE80211_BAND_2GHZ) in mwifiex_cfg80211_set_bitrate_mask()
1486 bitmap_rates[0] = mask->control[band].legacy & 0x000f; in mwifiex_cfg80211_set_bitrate_mask()
1489 if (band == IEEE80211_BAND_2GHZ) in mwifiex_cfg80211_set_bitrate_mask()
1490 bitmap_rates[1] = (mask->control[band].legacy & 0x0ff0) >> 4; in mwifiex_cfg80211_set_bitrate_mask()
1492 bitmap_rates[1] = mask->control[band].legacy; in mwifiex_cfg80211_set_bitrate_mask()
1495 bitmap_rates[2] = mask->control[band].ht_mcs[0]; in mwifiex_cfg80211_set_bitrate_mask()
1497 bitmap_rates[2] |= mask->control[band].ht_mcs[1] << 8; in mwifiex_cfg80211_set_bitrate_mask()
1501 bitmap_rates[10] = mask->control[band].vht_mcs[0]; in mwifiex_cfg80211_set_bitrate_mask()
1503 bitmap_rates[11] = mask->control[band].vht_mcs[1]; in mwifiex_cfg80211_set_bitrate_mask()
1647 enum ieee80211_band band; in mwifiex_cfg80211_set_antenna() local
1661 for (band = 0; band < IEEE80211_NUM_BANDS; band++) { in mwifiex_cfg80211_set_antenna()
1662 if (!adapter->wiphy->bands[band]) in mwifiex_cfg80211_set_antenna()
1665 ht_info = &adapter->wiphy->bands[band]->ht_cap; in mwifiex_cfg80211_set_antenna()
1846 enum ieee80211_band band; in mwifiex_cfg80211_inform_ibss_bss() local
1858 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_inform_ibss_bss()
1861 band)); in mwifiex_cfg80211_inform_ibss_bss()
2113 if (params->chandef.chan->band == IEEE80211_BAND_2GHZ) { in mwifiex_set_ibss_params()
2291 user_scan_cfg->chan_list[i].radio_type = chan->band; in mwifiex_cfg80211_scan()