Home
last modified time | relevance | path

Searched refs:move_sap_go_first (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_action.c3365 bool move_sap_go_first; in policy_mgr_sta_sap_dfs_scc_conc_check() local
3384 policy_mgr_get_dfs_sta_sap_go_scc_movement(psoc, &move_sap_go_first); in policy_mgr_sta_sap_dfs_scc_conc_check()
3385 if (!move_sap_go_first) { in policy_mgr_sta_sap_dfs_scc_conc_check()
3489 bool is_sap_go_moved_before_sta, move_sap_go_first; in policy_mgr_sta_sap_dfs_enforce_scc() local
3512 policy_mgr_get_dfs_sta_sap_go_scc_movement(psoc, &move_sap_go_first); in policy_mgr_sta_sap_dfs_enforce_scc()
3513 if (!is_sap_go_moved_before_sta || !move_sap_go_first) { in policy_mgr_sta_sap_dfs_enforce_scc()
3515 is_sap_go_moved_before_sta, move_sap_go_first); in policy_mgr_sta_sap_dfs_enforce_scc()
H A Dwlan_policy_mgr_get_set_utils.c296 bool *move_sap_go_first) in policy_mgr_get_dfs_sta_sap_go_scc_movement() argument
305 *move_sap_go_first = pm_ctx->cfg.move_sap_go_1st_on_dfs_sta_csa; in policy_mgr_get_dfs_sta_sap_go_scc_movement()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_api.h368 bool *move_sap_go_first);