Home
last modified time | relevance | path

Searched refs:ch_freq_list (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_pcl.c3857 static void policy_mgr_remove_dsrc_channels(uint32_t *ch_freq_list, in policy_mgr_remove_dsrc_channels() argument
3865 if (!wlan_reg_is_dsrc_freq(ch_freq_list[i])) { in policy_mgr_remove_dsrc_channels()
3866 ch_freq_list[num_chan_temp] = ch_freq_list[i]; in policy_mgr_remove_dsrc_channels()
3875 struct wlan_objmgr_psoc *psoc, uint32_t *ch_freq_list, in policy_mgr_get_valid_chans_from_range() argument
3883 if (!ch_freq_list || !ch_cnt) { in policy_mgr_get_valid_chans_from_range()
3896 psoc, ch_freq_list, ch_cnt, ch_weight_list, in policy_mgr_get_valid_chans_from_range()
3900 psoc, ch_freq_list, ch_weight_list, ch_cnt, in policy_mgr_get_valid_chans_from_range()
3908 status = policy_mgr_modify_pcl_based_on_dnbs(psoc, ch_freq_list, in policy_mgr_get_valid_chans_from_range()
3915 policy_mgr_dump_channel_list(*ch_cnt, ch_freq_list, ch_weight_list); in policy_mgr_get_valid_chans_from_range()
3921 uint32_t *ch_freq_list, in policy_mgr_get_valid_chans() argument
[all …]
H A Dwlan_policy_mgr_core.c5178 uint32_t ch_freq_list[NUM_CHANNELS] = {0}; in policy_mgr_add_sap_mandatory_6ghz_chan() local
5193 status = policy_mgr_get_valid_chans(psoc, ch_freq_list, &len); in policy_mgr_add_sap_mandatory_6ghz_chan()
5201 if (!WLAN_REG_IS_6GHZ_CHAN_FREQ(ch_freq_list[i])) in policy_mgr_add_sap_mandatory_6ghz_chan()
5203 if (WLAN_REG_IS_6GHZ_PSC_CHAN_FREQ(ch_freq_list[i])) { in policy_mgr_add_sap_mandatory_6ghz_chan()
5205 pm_ctx->pdev, ch_freq_list[i], &is_psd, in policy_mgr_add_sap_mandatory_6ghz_chan()
5211 ch_freq_list[i]); in policy_mgr_add_sap_mandatory_6ghz_chan()
5214 ch_freq_list[i]; in policy_mgr_add_sap_mandatory_6ghz_chan()
5239 uint32_t ch_freq_list[NUM_CHANNELS] = {0}; in policy_mgr_init_sap_mandatory_chan_by_band() local
5251 status = policy_mgr_get_valid_chans(psoc, ch_freq_list, &len); in policy_mgr_init_sap_mandatory_chan_by_band()
5258 if (WLAN_REG_IS_24GHZ_CH_FREQ(ch_freq_list[i])) { in policy_mgr_init_sap_mandatory_chan_by_band()
[all …]
H A Dwlan_policy_mgr_action.c766 uint32_t ch_freq_list[MAX_NUMBER_OF_CONC_CONNECTIONS + 1]; in policy_mgr_get_preferred_dbs_action_table() local
839 psoc, ch_freq_list, vdev_list, pri_conn_mode); in policy_mgr_get_preferred_dbs_action_table()
848 i, vdev_list[i], ch_freq_list[i], in policy_mgr_get_preferred_dbs_action_table()
853 ch_freq_list[i] = ch_freq; in policy_mgr_get_preferred_dbs_action_table()
862 ch_freq_list[vdev_count] = ch_freq; in policy_mgr_get_preferred_dbs_action_table()
877 WLAN_REG_IS_5GHZ_CH_FREQ(ch_freq_list[0]); in policy_mgr_get_preferred_dbs_action_table()
H A Dwlan_policy_mgr_get_set_utils.c5448 uint32_t *ch_freq_list, uint8_t *vdev_id, in policy_mgr_get_mode_specific_conn_info() argument
5470 if (ch_freq_list) in policy_mgr_get_mode_specific_conn_info()
5471 *ch_freq_list = in policy_mgr_get_mode_specific_conn_info()
5477 if (ch_freq_list) in policy_mgr_get_mode_specific_conn_info()
5478 ch_freq_list[index] = in policy_mgr_get_mode_specific_conn_info()
5491 uint32_t *ch_freq_list, uint8_t *vdev_id) in policy_mgr_get_sap_mode_info() argument
5495 count = policy_mgr_get_mode_specific_conn_info(psoc, ch_freq_list, in policy_mgr_get_sap_mode_info()
5500 ch_freq_list ? &ch_freq_list[count] : NULL, in policy_mgr_get_sap_mode_info()
5507 uint32_t *ch_freq_list, in policy_mgr_get_beaconing_mode_info() argument
5512 count = policy_mgr_get_sap_mode_info(psoc, ch_freq_list, vdev_id); in policy_mgr_get_beaconing_mode_info()
[all …]
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c3263 uint32_t *ch_freq_list, in wlansap_is_channel_present_in_acs_list() argument
3269 if (ch_freq_list[i] == freq) in wlansap_is_channel_present_in_acs_list()
3276 uint32_t *ch_freq_list, in wlansap_filter_ch_based_acs() argument
3282 if (!sap_ctx || !ch_freq_list || !ch_cnt) { in wlansap_filter_ch_based_acs()
3298 ch_freq_list[ch_index], in wlansap_filter_ch_based_acs()
3301 ch_freq_list[target_ch_cnt++] = ch_freq_list[ch_index]; in wlansap_filter_ch_based_acs()
3312 uint32_t *ch_freq_list; in wlansap_is_6ghz_included_in_acs_range() local
3320 ch_freq_list = sap_ctx->acs_cfg->master_freq_list; in wlansap_is_6ghz_included_in_acs_range()
3322 if (WLAN_REG_IS_6GHZ_CHAN_FREQ(ch_freq_list[i])) in wlansap_is_6ghz_included_in_acs_range()
3342 uint32_t *ch_freq_list, in wlansap_select_chan_with_best_bandwidth() argument
[all …]
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_api.h2721 bool policy_mgr_list_has_24GHz_channel(uint32_t *ch_freq_list,
2748 uint32_t *ch_freq_list,
2796 uint32_t *ch_freq_list,
4710 uint32_t *ch_freq_list,
4764 uint32_t *ch_freq_list,
5626 uint32_t *ch_freq_list, uint8_t *vdev_id);
5640 uint32_t *ch_freq_list,
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h1027 uint32_t *ch_freq_list,
1561 uint32_t *ch_freq_list,
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_inside_api.h131 uint32_t *ch_freq_list,
H A Dcsr_api_roam.c4866 qdf_freq_t *ch_freq_list, in csr_get_cfg_valid_channels() argument
4878 ch_freq_list[num_chan_temp] = valid_ch_freq_list[i]; in csr_get_cfg_valid_channels()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_ucfg_api.c2109 uint32_t *ch_freq_list, uint32_t *list_len) in ucfg_mlme_get_valid_channels() argument
2130 ch_freq_list[i] = mlme_obj->cfg.reg.valid_channel_freq_list[i]; in ucfg_mlme_get_valid_channels()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c2185 qdf_freq_t *ch_freq_list = NULL; in cm_fetch_valid_ch_lst() local
2200 ch_freq_list = mlme_obj->cfg.reg.valid_channel_freq_list; in cm_fetch_valid_ch_lst()
2202 if (wlan_reg_is_dsrc_freq(ch_freq_list[i])) in cm_fetch_valid_ch_lst()
2205 ch_freq_list[i], in cm_fetch_valid_ch_lst()
2208 chan_info->chan_freq_list[num_channels++] = ch_freq_list[i]; in cm_fetch_valid_ch_lst()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h789 uint32_t ch_freq_list[NUM_CHANNELS]; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_ucfg_api.h5403 uint32_t *ch_freq_list, uint32_t *list_len);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c5817 uint32_t *ch_freq_list; in hdd_handle_acs_2g_preferred_sap_conc() local
5839 ch_freq_list = acs_cfg->master_freq_list; in hdd_handle_acs_2g_preferred_sap_conc()
5841 if (!WLAN_REG_IS_24GHZ_CH_FREQ(ch_freq_list[i])) in hdd_handle_acs_2g_preferred_sap_conc()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c183 wma_handle->saved_chan.ch_freq_list[i] = in wma_update_channel_list()
H A Dwma_main.c9989 wma_handle->saved_chan.ch_freq_list[i]; in wma_send_set_pcl_cmd()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c1519 uint32_t ch_freq_list[CFG_VALID_CHANNEL_LIST_LEN] = { 0 }; in sme_set_plm_request() local
1584 ch_freq_list[valid_count++] = ch_freq; in sme_set_plm_request()
1590 qdf_mem_copy(body->plm_ch_freq_list, ch_freq_list, valid_count); in sme_set_plm_request()