Searched refs:mcc_to_scc_switch (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_ucfg.c | 66 cfg->mcc_to_scc_switch = cfg_get(psoc, CFG_MCC_TO_SCC_SWITCH); in policy_mgr_init_cfg() 67 if (cfg->mcc_to_scc_switch != QDF_MCC_TO_SCC_SWITCH_DISABLE && in policy_mgr_init_cfg() 68 cfg->mcc_to_scc_switch < in policy_mgr_init_cfg() 71 cfg->mcc_to_scc_switch, in policy_mgr_init_cfg() 73 cfg->mcc_to_scc_switch = in policy_mgr_init_cfg()
|
H A D | wlan_policy_mgr_action.c | 2618 if (pm_ctx->cfg.mcc_to_scc_switch == in policy_mgr_check_sap_go_force_scc() 2736 uint32_t mcc_to_scc_switch, cc_count = 0, i; in __policy_mgr_check_sta_ap_concurrent_ch_intf() local 2779 mcc_to_scc_switch = in __policy_mgr_check_sta_ap_concurrent_ch_intf() 3136 uint32_t mcc_to_scc_switch; in policy_mgr_check_concurrent_intf_and_restart_sap() local 3206 mcc_to_scc_switch = in policy_mgr_check_concurrent_intf_and_restart_sap() 3209 mcc_to_scc_switch, op_ch_freq_list[0], in policy_mgr_check_concurrent_intf_and_restart_sap() 3238 ((mcc_to_scc_switch != QDF_MCC_TO_SCC_SWITCH_DISABLE) && in policy_mgr_check_concurrent_intf_and_restart_sap()
|
H A D | wlan_policy_mgr_i.h | 285 uint8_t mcc_to_scc_switch; member
|
H A D | wlan_policy_mgr_get_set_utils.c | 460 *mcc_scc_switch = pm_ctx->cfg.mcc_to_scc_switch; in policy_mgr_get_mcc_scc_switch() 11267 return ((pm_ctx->cfg.mcc_to_scc_switch == in policy_mgr_is_force_scc() 11269 (pm_ctx->cfg.mcc_to_scc_switch == in policy_mgr_is_force_scc() 11271 (pm_ctx->cfg.mcc_to_scc_switch == in policy_mgr_is_force_scc() 11273 (pm_ctx->cfg.mcc_to_scc_switch == in policy_mgr_is_force_scc() 11891 uint32_t mcc_to_scc_switch; in policy_mgr_go_scc_enforced() local 11899 mcc_to_scc_switch = policy_mgr_get_mcc_to_scc_switch_mode(psoc); in policy_mgr_go_scc_enforced() 11900 if (mcc_to_scc_switch == in policy_mgr_go_scc_enforced()
|
H A D | wlan_policy_mgr_pcl.c | 4222 uint8_t mcc_to_scc_switch; in policy_mgr_get_sap_mandatory_channel() local 4228 mcc_to_scc_switch = in policy_mgr_get_sap_mandatory_channel() 4234 if (!sta_count || mcc_to_scc_switch != in policy_mgr_get_sap_mandatory_channel()
|
H A D | wlan_policy_mgr_core.c | 166 return pm_ctx->cfg.mcc_to_scc_switch; in policy_mgr_get_mcc_to_scc_switch_mode()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cfg.c | 781 uint8_t mcc_to_scc_switch = 0, is_force_1x1 = 0, allow_diff_bi = 0; in hdd_set_sme_cfgs_related_to_plcy_mgr() local 786 &mcc_to_scc_switch)) { in hdd_set_sme_cfgs_related_to_plcy_mgr() 790 sme_cfg->csr_config.cc_switch_mode = mcc_to_scc_switch; in hdd_set_sme_cfgs_related_to_plcy_mgr()
|
H A D | wlan_hdd_hostapd.c | 3931 uint8_t mcc_to_scc_switch = 0; in wlan_hdd_get_channel_for_sap_restart() local 4051 &mcc_to_scc_switch); in wlan_hdd_get_channel_for_sap_restart() 4055 mcc_to_scc_switch)) { in wlan_hdd_get_channel_for_sap_restart() 4075 mcc_to_scc_switch) { in wlan_hdd_get_channel_for_sap_restart() 6432 uint8_t mcc_to_scc_switch = 0, conc_rule1 = 0; in wlan_hdd_cfg80211_start_bss() local 6577 ucfg_policy_mgr_get_mcc_scc_switch(hdd_ctx->psoc, &mcc_to_scc_switch); in wlan_hdd_cfg80211_start_bss() 6821 config->cc_switch_mode = mcc_to_scc_switch; in wlan_hdd_cfg80211_start_bss()
|
H A D | wlan_hdd_cfg80211.c | 2589 uint8_t mcc_to_scc_switch = 0; in wlan_hdd_cfg80211_start_acs() local 2608 &mcc_to_scc_switch); in wlan_hdd_cfg80211_start_acs() 2614 mcc_to_scc_switch && in wlan_hdd_cfg80211_start_acs()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_api.c | 3305 uint8_t mcc_to_scc_switch = 0; in sme_get_network_params() local 3318 &mcc_to_scc_switch); in sme_get_network_params() 3320 if (mcc_to_scc_switch != QDF_MCC_TO_SCC_SWITCH_DISABLE) in sme_get_network_params()
|