Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c790 sme_cfg->csr_config.cc_switch_mode = mcc_to_scc_switch; in hdd_set_sme_cfgs_related_to_plcy_mgr()
798 sme_cfg->csr_config.conc_custom_rule1 = conc_rule1; in hdd_set_sme_cfgs_related_to_plcy_mgr()
806 sme_cfg->csr_config.conc_custom_rule2 = conc_rule2; in hdd_set_sme_cfgs_related_to_plcy_mgr()
814 sme_cfg->csr_config.is_sta_connection_in_5gz_enabled = sta_cxn_5g; in hdd_set_sme_cfgs_related_to_plcy_mgr()
822 sme_cfg->csr_config.is_force_1x1 = is_force_1x1; in hdd_set_sme_cfgs_related_to_plcy_mgr()
830 sme_cfg->csr_config.fAllowMCCGODiffBI = allow_diff_bi; in hdd_set_sme_cfgs_related_to_plcy_mgr()
839 sme_cfg->csr_config.sap_channel_avoidance = val; in hdd_set_sap_mcc_chnl_avoid()
866 sme_cfg->csr_config.Is11eSupportEnabled = b80211e_enabled; in hdd_set_sme_cfgs_related_to_mlme()
873 sme_cfg->csr_config.WMMSupportMode = hdd_to_csr_wmm_mode(wmm_mode); in hdd_set_sme_cfgs_related_to_mlme()
881 sme_cfg->csr_config.fEnableMCCMode = enable_mcc; in hdd_set_sme_cfgs_related_to_mlme()
[all …]
H A Dwlan_hdd_hostapd.c4817 sme_config->csr_config.obssEnabled = false; in wlan_hdd_set_channel()
4833 sme_config->csr_config.obssEnabled = in wlan_hdd_set_channel()
6935 sme_config->csr_config.WMMSupportMode = WMM_USER_MODE_AUTO; in wlan_hdd_cfg80211_start_bss()
6941 sme_config->csr_config.WMMSupportMode = WMM_USER_MODE_NO_QOS; in wlan_hdd_cfg80211_start_bss()
H A Dwlan_hdd_wext.c6307 sme_config->csr_config.channelBondingMode24GHz) in __iw_get_char_setnone()
6311 sme_config->csr_config.channelBondingMode5GHz) in __iw_get_char_setnone()
H A Dwlan_hdd_cfg80211.c13993 sme_config->csr_config.WMMSupportMode = in __wlan_hdd_cfg80211_set_wifi_test_config()
14004 sme_config->csr_config.WMMSupportMode = in __wlan_hdd_cfg80211_set_wifi_test_config()
14056 sme_config->csr_config.wep_tkip_in_he = cfg_val; in __wlan_hdd_cfg80211_set_wifi_test_config()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_internal.h134 struct csr_config { struct
262 struct csr_config configParam;
H A Dsme_api.h141 struct csr_config_params csr_config; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c926 status = csr_set_channels(mac_ctx, &pSmeConfigParams->csr_config); in sme_set11dinfo()
1002 csr_config); in sme_update_config()
3662 status = csr_get_config_param(mac, &pParam->csr_config); in sme_get_config_param()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c1997 struct csr_config *cfg_params = &mac->roam.configParam; in csr_get_config_param()