Searched refs:config_bands (Results 1 – 7 of 7) sorted by relevance
978 u8 config_bands = 0, old_bands = priv->adapter->config_bands; in mwifiex_uap_set_channel() local988 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()991 config_bands |= BAND_GN; in mwifiex_uap_set_channel()994 config_bands = BAND_A; in mwifiex_uap_set_channel()997 config_bands |= BAND_AN; in mwifiex_uap_set_channel()1000 config_bands |= BAND_AAC; in mwifiex_uap_set_channel()1028 priv->adapter->config_bands = config_bands; in mwifiex_uap_set_channel()1030 if (old_bands != config_bands) { in mwifiex_uap_set_channel()
486 (priv->adapter->config_bands & BAND_GN || in mwifiex_cmd_802_11_associate()487 priv->adapter->config_bands & BAND_AN) && in mwifiex_cmd_802_11_associate()534 (priv->adapter->config_bands & BAND_GN || in mwifiex_cmd_802_11_associate()535 priv->adapter->config_bands & BAND_AN)) in mwifiex_cmd_802_11_associate()540 priv->adapter->config_bands & BAND_AAC) in mwifiex_cmd_802_11_associate()565 if (priv->adapter->config_bands == BAND_B) in mwifiex_cmd_802_11_associate()1080 priv->adapter->config_bands); in mwifiex_cmd_802_11_ad_hoc_start()1410 priv->adapter->config_bands & BAND_AAC) in mwifiex_associate()1440 priv->adapter->config_bands & BAND_AAC) in mwifiex_adhoc_start()1483 priv->adapter->config_bands & BAND_AAC) in mwifiex_adhoc_join()
575 band = mwifiex_band_to_radio_type(adapter->config_bands); in mwifiex_send_domain_info_cmd_fw()2522 u8 config_bands = 0; in mwifiex_set_ibss_params() local2526 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()2541 config_bands = BAND_B; in mwifiex_set_ibss_params()2543 config_bands = BAND_G; in mwifiex_set_ibss_params()2545 config_bands |= BAND_B; in mwifiex_set_ibss_params()2551 config_bands |= BAND_G | BAND_GN; in mwifiex_set_ibss_params()2555 config_bands = BAND_A; in mwifiex_set_ibss_params()2557 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()2560 if (!((config_bands | adapter->fw_bands) & ~adapter->fw_bands)) { in mwifiex_set_ibss_params()[all …]
371 if (((priv->adapter->config_bands & BAND_GN || in mwifiex_is_network_compatible()372 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()390 if (((priv->adapter->config_bands & BAND_GN || in mwifiex_is_network_compatible()391 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()1011 (priv->adapter->config_bands & BAND_GN || in mwifiex_config_scan()1012 priv->adapter->config_bands & BAND_AN)) { in mwifiex_config_scan()1019 mwifiex_band_to_radio_type(priv->adapter->config_bands); in mwifiex_config_scan()
296 adapter->config_bands = 0; in mwifiex_init_adapter()
1505 adapter->config_bands = adapter->fw_bands; in mwifiex_ret_get_hw_spec()1509 adapter->config_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
228 #define IS_11N_ENABLED(priv) ((priv->adapter->config_bands & BAND_GN || \229 priv->adapter->config_bands & BAND_AN) && \