Home
last modified time | relevance | path

Searched refs:num_cxn_del (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_core.c567 struct policy_mgr_conc_connection_info *info, uint8_t *num_cxn_del) in policy_mgr_store_and_del_conn_info() argument
573 if (!num_cxn_del) { in policy_mgr_store_and_del_conn_info()
577 *num_cxn_del = 0; in policy_mgr_store_and_del_conn_info()
615 *num_cxn_del = 0; in policy_mgr_store_and_del_conn_info()
619 *num_cxn_del = found_index; in policy_mgr_store_and_del_conn_info()
621 mode, *num_cxn_del); in policy_mgr_store_and_del_conn_info()
634 uint8_t *num_cxn_del) in policy_mgr_store_and_del_conn_info_by_vdev_id() argument
639 if (!info || !num_cxn_del) { in policy_mgr_store_and_del_conn_info_by_vdev_id()
644 *num_cxn_del = 0; in policy_mgr_store_and_del_conn_info_by_vdev_id()
655 *num_cxn_del = 1; in policy_mgr_store_and_del_conn_info_by_vdev_id()
[all …]
Dwlan_policy_mgr_i.h728 uint8_t *num_cxn_del);
748 uint8_t *num_cxn_del);
769 uint8_t *num_cxn_del);
773 uint8_t num_cxn_del);
Dwlan_policy_mgr_action.c1650 uint8_t num_cxn_del = 0; in policy_mgr_handle_conc_multiport() local
1654 &info, &num_cxn_del); in policy_mgr_handle_conc_multiport()
1671 if (num_cxn_del > 0) in policy_mgr_handle_conc_multiport()
1673 num_cxn_del); in policy_mgr_handle_conc_multiport()
1878 uint8_t num_cxn_del = 0; in policy_mgr_is_sap_restart_required_after_sta_disconnect() local
1999 &info, &num_cxn_del); in policy_mgr_is_sap_restart_required_after_sta_disconnect()
2043 if (num_cxn_del > 0) in policy_mgr_is_sap_restart_required_after_sta_disconnect()
2044 policy_mgr_restore_deleted_conn_info(psoc, &info, num_cxn_del); in policy_mgr_is_sap_restart_required_after_sta_disconnect()
3957 uint8_t num_cxn_del = 0; in policy_mgr_check_and_set_hw_mode_for_channel_switch() local
4002 &info, &num_cxn_del); in policy_mgr_check_and_set_hw_mode_for_channel_switch()
[all …]
Dwlan_policy_mgr_pcl.c92 uint8_t num_cxn_del = 0; in policy_mgr_get_pcl_for_existing_conn() local
109 all_matching_cxn_to_del, info, &num_cxn_del); in policy_mgr_get_pcl_for_existing_conn()
115 policy_mgr_restore_deleted_conn_info(psoc, info, num_cxn_del); in policy_mgr_get_pcl_for_existing_conn()
4547 uint8_t num_cxn_del = 0; in policy_mgr_get_alternate_channel_for_sap() local
4568 &info, &num_cxn_del); in policy_mgr_get_alternate_channel_for_sap()
4618 if (num_cxn_del > 0) in policy_mgr_get_alternate_channel_for_sap()
4619 policy_mgr_restore_deleted_conn_info(psoc, &info, num_cxn_del); in policy_mgr_get_alternate_channel_for_sap()
5092 uint8_t num_cxn_del = 0; in policy_mgr_get_pcl_ch_list_for_ll_sap() local
5112 &pm_info, &num_cxn_del); in policy_mgr_get_pcl_ch_list_for_ll_sap()
5127 if (num_cxn_del > 0) in policy_mgr_get_pcl_ch_list_for_ll_sap()
[all …]
Dwlan_policy_mgr_get_set_utils.c9841 uint8_t num_cxn_del = 0; in policy_mgr_allow_concurrency_csa() local
9886 psoc, old_ch_freq, mode, info, &num_cxn_del); in policy_mgr_allow_concurrency_csa()
9889 psoc, vdev_id, info, &num_cxn_del); in policy_mgr_allow_concurrency_csa()
9900 if (num_cxn_del > 0) in policy_mgr_allow_concurrency_csa()
9901 policy_mgr_restore_deleted_conn_info(psoc, info, num_cxn_del); in policy_mgr_allow_concurrency_csa()