Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A Djoin.c486 (priv->adapter->config_bands & BAND_GN || in mwifiex_cmd_802_11_associate()
534 (priv->adapter->config_bands & BAND_GN || in mwifiex_cmd_802_11_associate()
1041 if (adapter->adhoc_start_band & BAND_GN || in mwifiex_cmd_802_11_ad_hoc_start()
H A Dioctl.h49 BAND_GN = 8, enumerator
H A Dcmdevt.c1535 if (adapter->fw_bands & BAND_GN) { in mwifiex_ret_get_hw_spec()
1546 } else if (adapter->fw_bands & BAND_GN) { in mwifiex_ret_get_hw_spec()
1547 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
H A Dscan.c371 if (((priv->adapter->config_bands & BAND_GN || in mwifiex_is_network_compatible()
390 if (((priv->adapter->config_bands & BAND_GN || in mwifiex_is_network_compatible()
1011 (priv->adapter->config_bands & BAND_GN || in mwifiex_config_scan()
H A Dfw.h67 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
228 #define IS_11N_ENABLED(priv) ((priv->adapter->config_bands & BAND_GN || \
H A Duap_cmd.c991 config_bands |= BAND_GN; in mwifiex_uap_set_channel()
H A Dwmm.c1027 (ht_cap && (priv->adapter->config_bands & BAND_GN || in mwifiex_wmm_process_association_req()