Home
last modified time | relevance | path

Searched refs:work_fail_count (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_action.c2883 pm_ctx->work_fail_count++; in policy_mgr_check_sta_ap_concurrent_ch_intf()
2885 ret, pm_ctx->work_fail_count); in policy_mgr_check_sta_ap_concurrent_ch_intf()
2886 if (pm_ctx->work_fail_count > 1) { in policy_mgr_check_sta_ap_concurrent_ch_intf()
2887 pm_ctx->work_fail_count = 0; in policy_mgr_check_sta_ap_concurrent_ch_intf()
2895 pm_ctx->work_fail_count = 0; in policy_mgr_check_sta_ap_concurrent_ch_intf()
H A Dwlan_policy_mgr_i.h407 uint8_t work_fail_count; member