Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dcfp.c429 case BAND_G | BAND_GN: 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()
459 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
460 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()
467 case BAND_GN: in mwifiex_get_supported_rates()
484 case BAND_G | BAND_GN: in mwifiex_get_supported_rates()
490 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()
Dioctl.h49 BAND_GN = 8, enumerator
Djoin.c466 (priv->adapter->config_bands & BAND_GN || in mwifiex_cmd_802_11_associate()
504 (priv->adapter->config_bands & BAND_GN || in mwifiex_cmd_802_11_associate()
1000 if (adapter->adhoc_start_band & BAND_GN || in mwifiex_cmd_802_11_ad_hoc_start()
Dcmdevt.c1521 if (adapter->fw_bands & BAND_GN) { in mwifiex_ret_get_hw_spec()
1532 } else if (adapter->fw_bands & BAND_GN) { in mwifiex_ret_get_hw_spec()
1533 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
Dscan.c382 if (((priv->adapter->config_bands & BAND_GN || in mwifiex_is_network_compatible()
401 if (((priv->adapter->config_bands & BAND_GN || in mwifiex_is_network_compatible()
1028 (priv->adapter->config_bands & BAND_GN || in mwifiex_config_scan()
Dfw.h67 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
224 #define IS_11N_ENABLED(priv) ((priv->adapter->config_bands & BAND_GN || \
Duap_cmd.c821 config_bands |= BAND_GN; in mwifiex_uap_set_channel()
Dsta_ioctl.c296 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_bss_start()
Dwmm.c1031 (ht_cap && (priv->adapter->config_bands & BAND_GN || in mwifiex_wmm_process_association_req()
Dcfg80211.c2516 config_bands |= BAND_G | BAND_GN; in mwifiex_set_ibss_params()
2529 if ((config_bands & BAND_GN) || (config_bands & BAND_AN)) in mwifiex_set_ibss_params()