Home
last modified time | relevance | path

Searched refs:plm_ch_freq_list (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/wmi/inc/
H A Dwmi_unified_roam_param.h106 uint32_t plm_ch_freq_list[WMI_CFG_VALID_CHANNEL_LIST_LEN]; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ioctl.c1409 req->plm_ch_freq_list[count] = in hdd_parse_plm_cmd()
1411 hdd_debug(" ch-freq- %d", req->plm_ch_freq_list[count]); in hdd_parse_plm_cmd()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c1560 ch_freq = body->plm_ch_freq_list[count]; in sme_set_plm_request()
1588 qdf_mem_zero(body->plm_ch_freq_list, body->plm_num_ch); in sme_set_plm_request()
1590 qdf_mem_copy(body->plm_ch_freq_list, ch_freq_list, valid_count); in sme_set_plm_request()
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c752 channel_list[count] = plm->plm_ch_freq_list[count]; in send_plm_start_cmd_tlv()