Home
last modified time | relevance | path

Searched refs:pcl_len (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_pcl.c691 uint32_t i, pcl_len = 0; in policy_mgr_modify_pcl_based_on_enabled_channels() local
728 pcl_list_org[pcl_len] = pcl_list_org[i]; in policy_mgr_modify_pcl_based_on_enabled_channels()
729 weight_list_org[pcl_len++] = weight_list_org[i]; in policy_mgr_modify_pcl_based_on_enabled_channels()
732 *pcl_len_org = pcl_len; in policy_mgr_modify_pcl_based_on_enabled_channels()
743 uint32_t i, pcl_len = 0; in policy_mgr_modify_pcl_based_on_dnbs() local
762 pcl_list[pcl_len] = pcl_list_org[i]; in policy_mgr_modify_pcl_based_on_dnbs()
763 weight_list[pcl_len++] = weight_list_org[i]; in policy_mgr_modify_pcl_based_on_dnbs()
769 qdf_mem_copy(pcl_list_org, pcl_list, pcl_len * sizeof(*pcl_list_org)); in policy_mgr_modify_pcl_based_on_dnbs()
770 qdf_mem_copy(weight_list_org, weight_list, pcl_len); in policy_mgr_modify_pcl_based_on_dnbs()
771 *pcl_len_org = pcl_len; in policy_mgr_modify_pcl_based_on_dnbs()
[all …]
H A Dwlan_policy_mgr_core.c1721 &pcl.pcl_len, in policy_mgr_set_pcl_for_existing_combo()
1974 for (i = 0; i < msg->pcl_len; i++) { in policy_mgr_set_pcl()
1979 req_msg->chan_weights.pcl_len = msg->pcl_len; in policy_mgr_set_pcl()
4277 status = policy_mgr_get_pcl(psoc, mode, pcl.pcl_list, &pcl.pcl_len, in policy_mgr_get_pref_force_scc_freq()
4281 if (QDF_IS_STATUS_ERROR(status) || !pcl.pcl_len) { in policy_mgr_get_pref_force_scc_freq()
4283 pcl.pcl_len); in policy_mgr_get_pref_force_scc_freq()
4301 for (i = 0; i < pcl.pcl_len; i++) { in policy_mgr_get_pref_force_scc_freq()
4483 psoc, PM_SAP_MODE, pcl.pcl_list, &pcl.pcl_len, in policy_mgr_handle_go_sap_fav_channel()
4491 for (i = 0; i < pcl.pcl_len; i++) { in policy_mgr_handle_go_sap_fav_channel()
H A 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
2004 status = policy_mgr_get_pcl(psoc, mode, &pcl_channels[1], &pcl_len, in policy_mgr_is_sap_restart_required_after_sta_disconnect()
2009 pcl_len++; in policy_mgr_is_sap_restart_required_after_sta_disconnect()
2011 pcl_len = 1; in policy_mgr_is_sap_restart_required_after_sta_disconnect()
2014 for (i = 0; i < pcl_len; i++) { in policy_mgr_is_sap_restart_required_after_sta_disconnect()
H A Dwlan_policy_mgr_get_set_utils.c5745 for (i = 0; i < pcl.pcl_len; i++) in policy_mgr_is_concurrency_allowed_4_port()
9783 for (i = 0; i < pcl->pcl_len; i++) in policy_mgr_is_concurrency_allowed()
9810 status = policy_mgr_get_pcl(psoc, mode, pcl.pcl_list, &pcl.pcl_len, in policy_mgr_allow_concurrency()
12448 status = policy_mgr_get_pcl(psoc, con_mode, pcl.pcl_list, &pcl.pcl_len, in policy_mgr_is_ap_ap_mcc_allow()
12452 if (!pcl.pcl_len) in policy_mgr_is_ap_ap_mcc_allow()
12455 for (i = 0 ; i < pcl.pcl_len; i++) { in policy_mgr_is_ap_ap_mcc_allow()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_policy_mgr.c92 uint32_t pcl_len = 0, val, i = 0; in __hdd_sysfs_pm_pcl_store() local
125 pcl, &pcl_len, in __hdd_sysfs_pm_pcl_store()
133 for (i = 0 ; i < pcl_len; i++) in __hdd_sysfs_pm_pcl_store()
H A Dwlan_hdd_cfg80211.c15969 u32 pcl_len = chan_weights->pcl_len; in wlan_hdd_populate_weigh_pcl() local
15973 for (i = 0; i < chan_weights->pcl_len; i++) { in wlan_hdd_populate_weigh_pcl()
15982 chan_idx = pcl_len; in wlan_hdd_populate_weigh_pcl()
15985 if (pcl_len && chan_weights->weight_list[pcl_len - 1] > in wlan_hdd_populate_weigh_pcl()
15991 valid_weight = chan_weights->weight_list[pcl_len - 1] - in wlan_hdd_populate_weigh_pcl()
15998 for (j = 0; j < chan_weights->pcl_len; j++) { in wlan_hdd_populate_weigh_pcl()
16003 if (j == chan_weights->pcl_len) { in wlan_hdd_populate_weigh_pcl()
16047 uint32_t pcl_len = 0; in __wlan_hdd_cfg80211_get_preferred_freq_list() local
16101 &chan_weights->pcl_len, chan_weights->weight_list, in __wlan_hdd_cfg80211_get_preferred_freq_list()
16115 pcl_len_legacy = chan_weights->pcl_len; in __wlan_hdd_cfg80211_get_preferred_freq_list()
[all …]
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c3483 uint32_t pcl_len = 0, i; in wlansap_get_safe_channel() local
3506 status = policy_mgr_get_valid_chans(mac->psoc, pcl_freqs, &pcl_len); in wlansap_get_safe_channel()
3512 status = wlansap_filter_ch_based_acs(sap_ctx, pcl_freqs, &pcl_len); in wlansap_get_safe_channel()
3519 if (pcl_len) { in wlansap_get_safe_channel()
3522 &pcl_len, in wlansap_get_safe_channel()
3524 if (QDF_IS_STATUS_ERROR(status) || !pcl_len) { in wlansap_get_safe_channel()
3526 status, pcl_len); in wlansap_get_safe_channel()
3533 pcl_len, in wlansap_get_safe_channel()
3539 for (i = 0; i < pcl_len; i++) { in wlansap_get_safe_channel()
3636 uint32_t pcl_len = 0; in wlansap_get_safe_channel_from_pcl_and_acs_range() local
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_sta_param.h297 uint32_t pcl_len; member
H A Dwmi_unified_param.h2923 uint32_t pcl_len; member
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_public_struct.h1632 uint32_t pcl_len; member
1649 uint32_t pcl_len; member
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
H A Dwlan_dcs.c779 &pcl->pcl_len, in wlan_dcs_get_pcl_for_sap()
783 if (QDF_IS_STATUS_ERROR(status) || !pcl->pcl_len) { in wlan_dcs_get_pcl_for_sap()
788 for (i = 0, j = 0; i < pcl->pcl_len && i < freq_list_sz; i++) { in wlan_dcs_get_pcl_for_sap()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h1978 uint32_t pcl_len; member
1997 uint32_t pcl_len; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c2376 for (i = 0; i < pcl->pcl_len; i++) { in wlan_ll_sap_freq_present_in_pcl()