Lines Matching refs:band

478 	enum ieee80211_band band;  in mwifiex_send_domain_info_cmd_fw()  local
490 band = mwifiex_band_to_radio_type(adapter->config_bands); in mwifiex_send_domain_info_cmd_fw()
491 if (!wiphy->bands[band]) { in mwifiex_send_domain_info_cmd_fw()
497 sband = wiphy->bands[band]; in mwifiex_send_domain_info_cmd_fw()
1406 enum ieee80211_band band; in mwifiex_cfg80211_dump_survey() local
1414 u8 curr_bss_band = priv->curr_bss_params.band; in mwifiex_cfg80211_dump_survey()
1417 band = mwifiex_band_to_radio_type(curr_bss_band); in mwifiex_cfg80211_dump_survey()
1419 ieee80211_channel_to_frequency(chan, band)); in mwifiex_cfg80211_dump_survey()
1434 band = pchan_stats[idx].bandcfg; in mwifiex_cfg80211_dump_survey()
1436 ieee80211_channel_to_frequency(pchan_stats[idx].chan_num, band)); in mwifiex_cfg80211_dump_survey()
1581 enum ieee80211_band band; in mwifiex_cfg80211_set_bitrate_mask() local
1590 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_set_bitrate_mask()
1595 if (band == IEEE80211_BAND_2GHZ) in mwifiex_cfg80211_set_bitrate_mask()
1596 bitmap_rates[0] = mask->control[band].legacy & 0x000f; in mwifiex_cfg80211_set_bitrate_mask()
1599 if (band == IEEE80211_BAND_2GHZ) in mwifiex_cfg80211_set_bitrate_mask()
1600 bitmap_rates[1] = (mask->control[band].legacy & 0x0ff0) >> 4; in mwifiex_cfg80211_set_bitrate_mask()
1602 bitmap_rates[1] = mask->control[band].legacy; in mwifiex_cfg80211_set_bitrate_mask()
1605 bitmap_rates[2] = mask->control[band].ht_mcs[0]; in mwifiex_cfg80211_set_bitrate_mask()
1607 bitmap_rates[2] |= mask->control[band].ht_mcs[1] << 8; in mwifiex_cfg80211_set_bitrate_mask()
1611 bitmap_rates[10] = mask->control[band].vht_mcs[0]; in mwifiex_cfg80211_set_bitrate_mask()
1613 bitmap_rates[11] = mask->control[band].vht_mcs[1]; in mwifiex_cfg80211_set_bitrate_mask()
1761 enum ieee80211_band band; in mwifiex_cfg80211_set_antenna() local
1775 for (band = 0; band < IEEE80211_NUM_BANDS; band++) { in mwifiex_cfg80211_set_antenna()
1776 if (!adapter->wiphy->bands[band]) in mwifiex_cfg80211_set_antenna()
1779 ht_info = &adapter->wiphy->bands[band]->ht_cap; in mwifiex_cfg80211_set_antenna()
1984 enum ieee80211_band band; in mwifiex_cfg80211_inform_ibss_bss() local
1996 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_inform_ibss_bss()
1999 band)); in mwifiex_cfg80211_inform_ibss_bss()
2255 if (params->chandef.chan->band == IEEE80211_BAND_2GHZ) { in mwifiex_set_ibss_params()
2439 user_scan_cfg->chan_list[i].radio_type = chan->band; in mwifiex_cfg80211_scan()
3420 u8 second_chan_offset, band; in mwifiex_cfg80211_tdls_chan_switch() local
3447 band = chandef->chan->band; in mwifiex_cfg80211_tdls_chan_switch()
3448 mwifiex_start_tdls_cs(priv, addr, chan, second_chan_offset, band); in mwifiex_cfg80211_tdls_chan_switch()
3561 enum ieee80211_band band; in mwifiex_cfg80211_get_channel() local
3571 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band); in mwifiex_cfg80211_get_channel()
3572 freq = ieee80211_channel_to_frequency(curr_bss->channel, band); in mwifiex_cfg80211_get_channel()