Searched refs:sta_cnt (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/src/ |
H A D | wlan_if_mgr_sta.c | 47 uint8_t sta_cnt, sap_cnt; in if_mgr_connect_start() local 67 sta_cnt = policy_mgr_get_mode_specific_conn_info(psoc, NULL, in if_mgr_connect_start() 71 &vdev_id_list[sta_cnt]); in if_mgr_connect_start() 78 if (op_mode == QDF_P2P_CLIENT_MODE || sap_cnt || sta_cnt) { in if_mgr_connect_start() 79 for (i = 0; i < sta_cnt + sap_cnt; i++) { in if_mgr_connect_start()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_nan.c | 149 uint8_t sta_cnt, i; in hdd_nan_sr_concurrency_update() local 167 sta_cnt = policy_mgr_get_mode_specific_conn_info(nan_evt->psoc, NULL, in hdd_nan_sr_concurrency_update() 174 for (i = 0; i < sta_cnt; i++) { in hdd_nan_sr_concurrency_update() 195 if (sta_cnt && sta_vdev && in hdd_nan_sr_concurrency_update()
|
H A D | wlan_hdd_hostapd.c | 2074 uint8_t sta_cnt, sap_cnt; in hdd_hostapd_check_channel_post_csa() local 2112 sta_cnt = policy_mgr_mode_specific_connection_count(hdd_ctx->psoc, in hdd_hostapd_check_channel_post_csa() 2115 if (!sta_cnt) in hdd_hostapd_check_channel_post_csa() 3509 uint32_t sta_cnt = 0; in hdd_softap_set_channel_change() local 3598 sta_cnt = policy_mgr_mode_specific_connection_count(hdd_ctx->psoc, in hdd_softap_set_channel_change() 3620 if (!sta_cnt && !policy_mgr_is_hw_dbs_capable(hdd_ctx->psoc) && in hdd_softap_set_channel_change() 7877 uint16_t sta_cnt, sap_cnt; in __wlan_hdd_cfg80211_start_ap() local 8046 sta_cnt = policy_mgr_get_mode_specific_conn_info(hdd_ctx->psoc, NULL, in __wlan_hdd_cfg80211_start_ap() 8050 &vdev_id_list[sta_cnt]); in __wlan_hdd_cfg80211_start_ap() 8053 if (adapter->device_mode == QDF_P2P_GO_MODE || sta_cnt || in __wlan_hdd_cfg80211_start_ap() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/ |
H A D | wlan_dcs.c | 1444 if (conn_info->sta_cnt >= WLAN_DCS_MAX_STA_NUM) { in wlan_dcs_afc_get_conn_info() 1449 conn_info->sta[conn_info->sta_cnt].freq = chan->ch_freq; in wlan_dcs_afc_get_conn_info() 1450 conn_info->sta[conn_info->sta_cnt].bw = chan->ch_width; in wlan_dcs_afc_get_conn_info() 1451 conn_info->sta[conn_info->sta_cnt].vdev_id = vdev_id; in wlan_dcs_afc_get_conn_info() 1452 conn_info->sta_cnt++; in wlan_dcs_afc_get_conn_info() 1837 if (conn_info.sta_cnt && in wlan_dcs_afc_process()
|
H A D | wlan_dcs.h | 174 uint8_t sta_cnt; member
|
/wlan-driver/qcacld-3.0/components/nan/core/src/ |
H A D | nan_main.c | 1222 uint32_t sta_cnt; in nan_is_sta_sta_concurrency_present() local 1224 sta_cnt = policy_mgr_mode_specific_connection_count(psoc, PM_STA_MODE, in nan_is_sta_sta_concurrency_present() 1227 if (!sta_cnt) in nan_is_sta_sta_concurrency_present() 1238 if (sta_cnt > 2 || in nan_is_sta_sta_concurrency_present() 1239 (sta_cnt == 2 && policy_mgr_is_non_ml_sta_present(psoc))) in nan_is_sta_sta_concurrency_present()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_get_set_utils.c | 6576 uint8_t vdev_id, sta_cnt = 0; in policy_mgr_allow_sta_concurrency() local 6608 sta_cnt++; in policy_mgr_allow_sta_concurrency() 6619 if (sta_cnt && in policy_mgr_allow_sta_concurrency() 6640 if (sta_cnt >= 2) { in policy_mgr_allow_sta_concurrency() 11282 uint32_t sta_cnt, gc_cnt, idx; in policy_mgr_is_sap_allowed_on_dfs_freq() local 11292 sta_cnt = policy_mgr_get_mode_specific_conn_info(psoc, NULL, in policy_mgr_is_sap_allowed_on_dfs_freq() 11296 if (sta_cnt >= MAX_NUMBER_OF_CONC_CONNECTIONS) in policy_mgr_is_sap_allowed_on_dfs_freq() 11300 &vdev_id_list[sta_cnt], in policy_mgr_is_sap_allowed_on_dfs_freq() 11304 sta_sap_scc_on_dfs_chan, sta_cnt, gc_cnt); in policy_mgr_is_sap_allowed_on_dfs_freq() 11311 !sta_cnt && !gc_cnt && sta_sap_scc_on_dfs_chan && in policy_mgr_is_sap_allowed_on_dfs_freq() [all …]
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_fsm.c | 596 uint8_t sta_cnt, i; in is_wlansap_cac_required_for_chan() local 645 sta_cnt = in is_wlansap_cac_required_for_chan() 651 for (i = 0; i < sta_cnt; i++) { in is_wlansap_cac_required_for_chan()
|