Home
last modified time | relevance | path

Searched refs:go_force_scc (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_main.c1537 bool go_force_scc = false; in p2p_check_and_force_scc_go_plus_go() local
1541 go_force_scc = policy_mgr_go_scc_enforced(psoc); in p2p_check_and_force_scc_go_plus_go()
1542 if (go_count > 1 && go_force_scc) { in p2p_check_and_force_scc_go_plus_go()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_ucfg.c134 cfg->go_force_scc = cfg_get(psoc, CFG_P2P_GO_ENABLE_FORCE_SCC); in policy_mgr_init_cfg()
Dwlan_policy_mgr_i.h304 uint8_t go_force_scc; member
Dwlan_policy_mgr_get_set_utils.c9631 bool go_force_scc; in policy_mgr_is_concurrency_allowed() local
9702 go_force_scc = policy_mgr_go_scc_enforced(psoc); in policy_mgr_is_concurrency_allowed()
9706 (!go_force_scc && mode == PM_P2P_GO_MODE))) { in policy_mgr_is_concurrency_allowed()
11904 if (pm_ctx->cfg.go_force_scc && policy_mgr_is_force_scc(psoc)) in policy_mgr_go_scc_enforced()
11969 if (pm_ctx->cfg.go_force_scc & GO_FORCE_SCC_STRICT) { in policy_mgr_is_go_scc_strict()
Dwlan_policy_mgr_pcl.c718 pm_ctx->cfg.go_force_scc == GO_FORCE_SCC_STRICT) { in policy_mgr_modify_pcl_based_on_enabled_channels()
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c1147 bool go_force_scc; in sap_validate_chan() local
1195 go_force_scc = policy_mgr_go_scc_enforced(mac_ctx->psoc); in sap_validate_chan()
1196 sap_debug("go force scc enabled %d", go_force_scc); in sap_validate_chan()
1202 if (go_force_scc) { in sap_validate_chan()