Searched refs:num_connections (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/os_if/dp/src/ |
H A D | os_if_dp_local_pkt_capture.c | 74 uint32_t num_connections, sta_count; in os_if_local_pkt_capture_concurrency_allowed() local 76 num_connections = policy_mgr_get_connection_count(psoc); in os_if_local_pkt_capture_concurrency_allowed() 77 osif_debug("Total connections %d", num_connections); in os_if_local_pkt_capture_concurrency_allowed() 84 if (!num_connections) in os_if_local_pkt_capture_concurrency_allowed() 87 if (num_connections > 1) in os_if_local_pkt_capture_concurrency_allowed()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_core.c | 1552 uint32_t num_connections, in policy_mgr_handle_dump_4th_connection() argument 1557 if (num_connections != 4) in policy_mgr_handle_dump_4th_connection() 1579 uint32_t num_connections, in policy_mgr_handle_dump_4th_connection() argument 1588 uint32_t num_connections = 0; in policy_mgr_dump_current_concurrency() local 1601 num_connections = policy_mgr_get_connection_count(psoc); in policy_mgr_dump_current_concurrency() 1602 if (!num_connections) in policy_mgr_dump_current_concurrency() 1611 switch (num_connections) { in policy_mgr_dump_current_concurrency() 1685 num_connections, in policy_mgr_dump_current_concurrency() 1693 num_connections); in policy_mgr_dump_current_concurrency() 4120 qdf_freq_t ch_freq, uint32_t num_connections, bool is_dfs_ch, in policy_mgr_allow_new_home_channel() argument [all …]
|
H A D | wlan_policy_mgr_pcl.c | 1295 uint32_t num_connections; in policy_mgr_modify_sap_go_4th_conc_disallow() local 1307 num_connections = policy_mgr_get_connection_count(psoc); in policy_mgr_modify_sap_go_4th_conc_disallow() 1308 if (num_connections < 3) in policy_mgr_modify_sap_go_4th_conc_disallow() 1724 uint32_t num_connections = 0; in policy_mgr_get_pcl() local 1746 num_connections = policy_mgr_get_connection_count(psoc); in policy_mgr_get_pcl() 1748 num_connections, pm_ctx->cur_conc_system_pref, mode, in policy_mgr_get_pcl() 1767 switch (num_connections) { in policy_mgr_get_pcl() 1816 num_connections); in policy_mgr_get_pcl()
|
H A D | wlan_policy_mgr_get_set_utils.c | 3543 uint32_t num_connections = 0; in policy_mgr_current_concurrency_is_scc() local 3553 num_connections = policy_mgr_get_connection_count(psoc); in policy_mgr_current_concurrency_is_scc() 3556 switch (num_connections) { in policy_mgr_current_concurrency_is_scc() 3592 num_connections); in policy_mgr_current_concurrency_is_scc() 3602 uint32_t num_connections = 0; in policy_mgr_current_concurrency_is_mcc() local 3612 num_connections = policy_mgr_get_connection_count(psoc); in policy_mgr_current_concurrency_is_mcc() 3613 if (!num_connections) in policy_mgr_current_concurrency_is_mcc() 3617 switch (num_connections) { in policy_mgr_current_concurrency_is_mcc() 3652 num_connections); in policy_mgr_current_concurrency_is_mcc() 9626 uint32_t num_connections = 0, count = 0, index = 0, i; in policy_mgr_is_concurrency_allowed() local [all …]
|
H A D | wlan_policy_mgr_action.c | 987 uint32_t num_connections = 0; in policy_mgr_get_next_action() local 1020 num_connections = policy_mgr_get_connection_count(psoc); in policy_mgr_get_next_action() 1023 num_connections, ch_freq); in policy_mgr_get_next_action() 1025 switch (num_connections) { in policy_mgr_get_next_action() 1062 num_connections); in policy_mgr_get_next_action()
|
H A D | wlan_policy_mgr_i.h | 863 uint32_t ch_freq, uint32_t num_connections, bool is_dfs_ch,
|
/wlan-driver/qcacld-3.0/os_if/twt/src/ |
H A D | osif_twt_ext_req.c | 1379 uint32_t num_connections, sap_count, sta_count; in osif_twt_concurrency_update_handler() local 1384 num_connections = policy_mgr_get_connection_count(psoc); in osif_twt_concurrency_update_handler() 1393 num_connections, sta_count, sap_count); in osif_twt_concurrency_update_handler() 1394 switch (num_connections) { in osif_twt_concurrency_update_handler() 1466 num_connections); in osif_twt_concurrency_update_handler()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_twt.c | 4766 uint32_t num_connections = 0, sap_count = 0, sta_count = 0; in __hdd_twt_update_work_handler() local 4775 num_connections = policy_mgr_get_connection_count(hdd_ctx->psoc); in __hdd_twt_update_work_handler() 4783 num_connections, sta_count, sap_count); in __hdd_twt_update_work_handler() 4784 switch (num_connections) { in __hdd_twt_update_work_handler()
|