Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_action.c1871 uint32_t cc_count, i, go_index_start, pcl_len = 0; in policy_mgr_is_sap_restart_required_after_sta_disconnect() local
1899 cc_count = policy_mgr_get_mode_specific_conn_info(psoc, in policy_mgr_is_sap_restart_required_after_sta_disconnect()
1903 go_index_start = cc_count; in policy_mgr_is_sap_restart_required_after_sta_disconnect()
1904 if (cc_count < MAX_NUMBER_OF_CONC_CONNECTIONS) in policy_mgr_is_sap_restart_required_after_sta_disconnect()
1905 cc_count += policy_mgr_get_mode_specific_conn_info( in policy_mgr_is_sap_restart_required_after_sta_disconnect()
1906 psoc, &op_ch_freq_list[cc_count], in policy_mgr_is_sap_restart_required_after_sta_disconnect()
1907 &vdev_id[cc_count], PM_P2P_GO_MODE); in policy_mgr_is_sap_restart_required_after_sta_disconnect()
1916 for (i = 0 ; i < cc_count; i++) { in policy_mgr_is_sap_restart_required_after_sta_disconnect()
2736 uint32_t mcc_to_scc_switch, cc_count = 0, i; in __policy_mgr_check_sta_ap_concurrent_ch_intf() local
2788 cc_count = policy_mgr_get_sap_mode_info(pm_ctx->psoc, in __policy_mgr_check_sta_ap_concurrent_ch_intf()
[all …]
Dwlan_policy_mgr_get_set_utils.c10974 uint32_t cc_count = 0, i; in policy_mgr_is_chan_ok_for_dnbs() local
10984 cc_count = policy_mgr_get_sap_mode_info(psoc, in policy_mgr_is_chan_ok_for_dnbs()
10985 &op_ch_freq_list[cc_count], in policy_mgr_is_chan_ok_for_dnbs()
10986 &vdev_id[cc_count]); in policy_mgr_is_chan_ok_for_dnbs()
10988 if (cc_count < MAX_NUMBER_OF_CONC_CONNECTIONS) in policy_mgr_is_chan_ok_for_dnbs()
10989 cc_count = cc_count + in policy_mgr_is_chan_ok_for_dnbs()
10991 psoc, &op_ch_freq_list[cc_count], in policy_mgr_is_chan_ok_for_dnbs()
10992 &vdev_id[cc_count], PM_P2P_GO_MODE); in policy_mgr_is_chan_ok_for_dnbs()
10994 if (!cc_count) { in policy_mgr_is_chan_ok_for_dnbs()
11000 policy_mgr_err("channel is 0, cc count %d", cc_count); in policy_mgr_is_chan_ok_for_dnbs()
[all …]