Home
last modified time | relevance | path

Searched refs:BAND_G (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dcfp.c440 case BAND_G: in mwifiex_get_supported_rates()
441 case BAND_G | BAND_GN: in mwifiex_get_supported_rates()
448 case BAND_B | BAND_G: in mwifiex_get_supported_rates()
449 case BAND_A | BAND_B | BAND_G: in mwifiex_get_supported_rates()
451 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
452 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
453 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()
461 case BAND_A | BAND_G: in mwifiex_get_supported_rates()
471 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
472 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()
[all …]
Dioctl.h59 BAND_G = 2, enumerator
Djoin.c967 if ((adapter->adhoc_start_band & BAND_G) && in mwifiex_cmd_802_11_ad_hoc_start()
1552 case BAND_G: in mwifiex_band_to_radio_type()
1553 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
Dcmdevt.c1522 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
1525 } else if (adapter->fw_bands & BAND_G) { in mwifiex_ret_get_hw_spec()
1526 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
Duap_cmd.c822 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()
Dscan.c1460 return BAND_G; in mwifiex_radio_type_to_band()
1858 band = BAND_G; in mwifiex_parse_single_response_buf()
Dsta_ioctl.c298 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_bss_start()
Dcfg80211.c2390 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()
2407 config_bands = BAND_G; in mwifiex_set_ibss_params()
2415 config_bands |= BAND_G | BAND_GN; in mwifiex_set_ibss_params()
Dfw.h79 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Ddefs.h287 #define BAND_G (0x02) macro
288 #define ALL_802_11_BANDS (BAND_B | BAND_G)