Lines Matching defs:band

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