Home
last modified time | relevance | path

Searched refs:BAND_B (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas/
H A Ddefs.h285 #define BAND_B (0x01) macro
287 #define ALL_802_11_BANDS (BAND_B | BAND_G)
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1503 adapter->fw_bands = BAND_B; in mwifiex_ret_get_hw_spec()
1520 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
1524 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
1526 } else if (adapter->fw_bands & BAND_B) { in mwifiex_ret_get_hw_spec()
1527 adapter->adhoc_start_band = BAND_B; in mwifiex_ret_get_hw_spec()
H A Djoin.c565 if (priv->adapter->config_bands == BAND_B) in mwifiex_cmd_802_11_associate()
1122 if (adapter->adhoc_start_band == BAND_B) in mwifiex_cmd_802_11_ad_hoc_start()
1595 case BAND_B: in mwifiex_band_to_radio_type()
1597 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
H A Dioctl.h46 BAND_B = 1, enumerator
H A Duap_cmd.c988 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()
H A Dcfg80211.c2526 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()
2541 config_bands = BAND_B; in mwifiex_set_ibss_params()
2545 config_bands |= BAND_B; in mwifiex_set_ibss_params()
H A Dfw.h67 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \