Home
last modified time | relevance | path

Searched refs:pcl_list (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_pcl.c744 uint32_t pcl_list[NUM_CHANNELS]; 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()
769 qdf_mem_copy(pcl_list_org, pcl_list, pcl_len * sizeof(*pcl_list_org)); in policy_mgr_modify_pcl_based_on_dnbs()
915 uint32_t pcl_list[NUM_CHANNELS]; in policy_mgr_modify_sap_pcl_based_on_nol() local
932 pcl_list[pcl_len] = pcl_list_org[i]; in policy_mgr_modify_sap_pcl_based_on_nol()
939 qdf_mem_copy(pcl_list_org, pcl_list, pcl_len * sizeof(*pcl_list_org)); in policy_mgr_modify_sap_pcl_based_on_nol()
953 uint32_t pcl_list[NUM_CHANNELS]; in policy_mgr_modify_pcl_based_on_srd() local
971 pcl_list[pcl_len] = pcl_list_org[i]; in policy_mgr_modify_pcl_based_on_srd()
977 qdf_mem_copy(pcl_list_org, pcl_list, pcl_len * sizeof(*pcl_list_org)); in policy_mgr_modify_pcl_based_on_srd()
1000 uint32_t pcl_list[NUM_CHANNELS]; in policy_mgr_modify_pcl_based_on_indoor() local
[all …]
H A Dwlan_policy_mgr_core.c1720 status = policy_mgr_get_pcl_for_vdev_id(psoc, mode, pcl.pcl_list, in policy_mgr_set_pcl_for_existing_combo()
1975 req_msg->chan_weights.pcl_list[i] = msg->pcl_list[i]; 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()
4302 pcl_freq = pcl.pcl_list[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()
4492 if (WLAN_REG_IS_24GHZ_CH_FREQ(pcl.pcl_list[i])) { in policy_mgr_handle_go_sap_fav_channel()
4493 *intf_ch_freq = pcl.pcl_list[i]; in policy_mgr_handle_go_sap_fav_channel()
H A Dwlan_policy_mgr_get_set_utils.c5746 if (ch_freq == pcl.pcl_list[i]) in policy_mgr_is_concurrency_allowed_4_port()
9784 if (pcl->pcl_list[i] == ch_freq) { 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()
12457 if (op_freq[j] == pcl.pcl_list[i]) in policy_mgr_is_ap_ap_mcc_allow()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_sta_param.h296 uint32_t pcl_list[NUM_CHANNELS]; member
H A Dwmi_unified_param.h2921 uint8_t pcl_list[NUM_CHANNELS]; member
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_public_struct.h1630 uint32_t pcl_list[NUM_CHANNELS]; member
1648 uint32_t pcl_list[NUM_CHANNELS]; member
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
H A Dwlan_dcs.c778 status = policy_mgr_get_pcl_for_vdev_id(psoc, mode, pcl->pcl_list, in wlan_dcs_get_pcl_for_sap()
789 freq = (qdf_freq_t)pcl->pcl_list[i]; in wlan_dcs_get_pcl_for_sap()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h1979 uint8_t pcl_list[NUM_CHANNELS]; member
1996 uint8_t pcl_list[NUM_CHANNELS]; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c2377 if (pcl->pcl_list[i] == freq) in wlan_ll_sap_freq_present_in_pcl()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c15974 w_pcl[i].freq = chan_weights->pcl_list[i]; in wlan_hdd_populate_weigh_pcl()
16000 chan_weights->pcl_list[j]) in wlan_hdd_populate_weigh_pcl()
16100 hdd_ctx->psoc, intf_mode, chan_weights->pcl_list, in __wlan_hdd_cfg80211_get_preferred_freq_list()
16117 freq_list_legacy[i] = chan_weights->pcl_list[i]; in __wlan_hdd_cfg80211_get_preferred_freq_list()