Lines Matching refs:band
540 enum nl80211_band band;
552 band = mwifiex_band_to_radio_type(adapter->config_bands);
553 if (!wiphy->bands[band]) {
559 sband = wiphy->bands[band];
1514 enum nl80211_band band;
1522 u8 curr_bss_band = priv->curr_bss_params.band;
1525 band = mwifiex_band_to_radio_type(curr_bss_band);
1527 ieee80211_channel_to_frequency(chan, band));
1542 band = pchan_stats[idx].bandcfg;
1544 ieee80211_channel_to_frequency(pchan_stats[idx].chan_num, band));
1690 enum nl80211_band band;
1699 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band);
1704 if (band == NL80211_BAND_2GHZ)
1705 bitmap_rates[0] = mask->control[band].legacy & 0x000f;
1708 if (band == NL80211_BAND_2GHZ)
1709 bitmap_rates[1] = (mask->control[band].legacy & 0x0ff0) >> 4;
1711 bitmap_rates[1] = mask->control[band].legacy;
1714 bitmap_rates[2] = mask->control[band].ht_mcs[0];
1716 bitmap_rates[2] |= mask->control[band].ht_mcs[1] << 8;
1720 bitmap_rates[10] = mask->control[band].vht_mcs[0];
1722 bitmap_rates[11] = mask->control[band].vht_mcs[1];
1877 enum nl80211_band band;
1891 for (band = 0; band < NUM_NL80211_BANDS; band++) {
1892 if (!adapter->wiphy->bands[band])
1895 ht_info = &adapter->wiphy->bands[band]->ht_cap;
2121 enum nl80211_band band;
2133 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band);
2136 band));
2399 * - start band
2410 if (params->chandef.chan->band == NL80211_BAND_2GHZ) {
2463 "info: set ibss band %d, chan %d, chan offset %d\n",
2608 user_scan_cfg->chan_list[i].radio_type = chan->band;
2706 bgscan_cfg->chan_list[i].radio_type = chan->band;
3841 u8 second_chan_offset, band;
3870 band = chandef->chan->band;
3871 mwifiex_start_tdls_cs(priv, addr, chan, second_chan_offset, band);
3984 enum nl80211_band band;
3994 band = mwifiex_band_to_radio_type(priv->curr_bss_params.band);
3995 freq = ieee80211_channel_to_frequency(curr_bss->channel, band);