Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfp.c382 if (config_bands & BAND_G || config_bands & BAND_GN || in nxpwifi_convert_config_bands()
H A Djoin.c384 (priv->config_bands & BAND_GN || in nxpwifi_cmd_802_11_associate()
422 (priv->config_bands & BAND_GN || in nxpwifi_cmd_802_11_associate()
H A Dcfg.h353 BAND_GN = 8, enumerator
H A Dscan.c268 if (((priv->config_bands & BAND_GN || in nxpwifi_is_network_compatible()
285 if (((priv->config_bands & BAND_GN || in nxpwifi_is_network_compatible()
889 (priv->config_bands & BAND_GN || in nxpwifi_config_scan()
H A Dsta_cmd.c60 if ((adapter->fw_bands & BAND_A) && (adapter->fw_bands & BAND_GN)) in nxpwifi_ret_sta_get_hw_spec()
62 if (!(adapter->fw_bands & BAND_G) && (adapter->fw_bands & BAND_GN)) in nxpwifi_ret_sta_get_hw_spec()
63 adapter->fw_bands &= ~BAND_GN; in nxpwifi_ret_sta_get_hw_spec()
2436 if (net_mon->band & BAND_GN || in nxpwifi_cmd_sta_802_11_net_monitor()
H A Dfw.h67 (BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC | BAND_GAC)
237 (((_priv)->config_bands & BAND_GN || \
H A Dsta_cfg.c258 config_bands = BAND_B | BAND_G | BAND_GN; in nxpwifi_bss_start()
H A Dwmm.c848 (ht_cap && (priv->config_bands & BAND_GN || in nxpwifi_wmm_process_association_req()
H A Duap_cmd.c1202 config_bands |= BAND_GN | BAND_GAX; in nxpwifi_uap_set_channel()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h49 BAND_GN = 8, enumerator
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 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()
1040 if (adapter->adhoc_start_band & BAND_GN || in mwifiex_cmd_802_11_ad_hoc_start()
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()
H A Dsta_ioctl.c365 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_bss_start()
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()