Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h49 BAND_GN = 8, enumerator
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 Dcmdevt.c1508 if (adapter->fw_bands & BAND_GN) { in mwifiex_ret_get_hw_spec()
1519 } else if (adapter->fw_bands & BAND_GN) { in mwifiex_ret_get_hw_spec()
1520 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 Dcfg80211.c2551 config_bands |= BAND_G | BAND_GN; in mwifiex_set_ibss_params()
2564 if ((config_bands & BAND_GN) || (config_bands & BAND_AN)) in mwifiex_set_ibss_params()