Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_init_deinit.c393 pm_ctx->sta_ap_intf_check_work_info = qdf_mem_malloc( in policy_mgr_psoc_open()
395 if (!pm_ctx->sta_ap_intf_check_work_info) { in policy_mgr_psoc_open()
399 pm_ctx->sta_ap_intf_check_work_info->psoc = psoc; in policy_mgr_psoc_open()
400 pm_ctx->sta_ap_intf_check_work_info->go_plus_go_force_scc.vdev_id = in policy_mgr_psoc_open()
402 pm_ctx->sta_ap_intf_check_work_info->sap_plus_go_force_scc.reason = in policy_mgr_psoc_open()
410 qdf_mem_free(pm_ctx->sta_ap_intf_check_work_info); in policy_mgr_psoc_open()
440 if (pm_ctx->sta_ap_intf_check_work_info) { in policy_mgr_psoc_close()
442 qdf_mem_free(pm_ctx->sta_ap_intf_check_work_info); in policy_mgr_psoc_close()
443 pm_ctx->sta_ap_intf_check_work_info = NULL; in policy_mgr_psoc_close()
H A Dwlan_policy_mgr_action.c2325 pm_ctx->sta_ap_intf_check_work_info->nan_force_scc_in_progress = false; in policy_mgr_nan_sap_post_enable_conc_check()
2501 work_info = pm_ctx->sta_ap_intf_check_work_info; in policy_mgr_handle_sap_plus_go_force_scc()
2628 work_info = pm_ctx->sta_ap_intf_check_work_info; in policy_mgr_check_sap_go_force_scc()
2747 work_info = pm_ctx->sta_ap_intf_check_work_info; in __policy_mgr_check_sta_ap_concurrent_ch_intf()
2761 if (pm_ctx->sta_ap_intf_check_work_info->go_plus_go_force_scc.vdev_id < in __policy_mgr_check_sta_ap_concurrent_ch_intf()
2773 if (pm_ctx->sta_ap_intf_check_work_info->sap_plus_go_force_scc.reason != in __policy_mgr_check_sta_ap_concurrent_ch_intf()
2880 if (!pm_ctx->sta_ap_intf_check_work_info) in policy_mgr_check_sta_ap_concurrent_ch_intf()
3155 if (!pm_ctx->sta_ap_intf_check_work_info) { in policy_mgr_check_concurrent_intf_and_restart_sap()
3240 if (!pm_ctx->sta_ap_intf_check_work_info) { in policy_mgr_check_concurrent_intf_and_restart_sap()
3573 if (!pm_ctx->sta_ap_intf_check_work_info) { in policy_mgr_process_forcescc_for_go()
[all …]
H A Dwlan_policy_mgr_i.h420 struct sta_ap_intf_check_work_ctx *sta_ap_intf_check_work_info; member