Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Dcfp.c421 case BAND_B: in mwifiex_get_supported_rates()
436 case BAND_B | BAND_G: in mwifiex_get_supported_rates()
437 case BAND_A | BAND_B | BAND_G: in mwifiex_get_supported_rates()
438 case BAND_A | BAND_B: in mwifiex_get_supported_rates()
439 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
440 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
441 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()
478 case BAND_B: in mwifiex_get_supported_rates()
489 case BAND_B | BAND_G: in mwifiex_get_supported_rates()
490 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()
Dcmdevt.c1516 adapter->fw_bands = BAND_B; in mwifiex_ret_get_hw_spec()
1533 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
1537 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
1539 } else if (adapter->fw_bands & BAND_B) { in mwifiex_ret_get_hw_spec()
1540 adapter->adhoc_start_band = BAND_B; in mwifiex_ret_get_hw_spec()
Djoin.c535 if (priv->adapter->config_bands == BAND_B) in mwifiex_cmd_802_11_associate()
1081 if (adapter->adhoc_start_band == BAND_B) in mwifiex_cmd_802_11_ad_hoc_start()
1541 case BAND_B: in mwifiex_band_to_radio_type()
1543 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
Dioctl.h46 BAND_B = 1, enumerator
Duap_cmd.c818 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()
Dsta_ioctl.c296 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_bss_start()
Dcfg80211.c2491 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()
2506 config_bands = BAND_B; in mwifiex_set_ibss_params()
2510 config_bands |= BAND_B; in mwifiex_set_ibss_params()
Dfw.h67 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
/Linux-v6.6/drivers/net/wireless/marvell/libertas/
Ddefs.h285 #define BAND_B (0x01) macro
287 #define ALL_802_11_BANDS (BAND_B | BAND_G)