Searched refs:BAND_G (Results 1 – 8 of 8) sorted by relevance
286 #define BAND_G (0x02) macro287 #define ALL_802_11_BANDS (BAND_B | BAND_G)
47 BAND_G = 2, enumerator
998 if ((adapter->adhoc_start_band & BAND_G) && in mwifiex_cmd_802_11_ad_hoc_start()1596 case BAND_G: in mwifiex_band_to_radio_type()1597 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
1520 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()1523 } else if (adapter->fw_bands & BAND_G) { in mwifiex_ret_get_hw_spec()1524 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
1458 return BAND_G; in mwifiex_radio_type_to_band()1852 band = BAND_G; in mwifiex_parse_single_response_buf()
988 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()
2526 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()2543 config_bands = BAND_G; in mwifiex_set_ibss_params()2551 config_bands |= BAND_G | BAND_GN; in mwifiex_set_ibss_params()
67 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \