Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_scan.c286 struct csr_channel tmp_ch_lst; in csr_apply_channel_power_info_to_fw() local
292 tmp_ch_lst.channel_freq_list[num_ch] = ch_lst->channel_freq_list[i]; in csr_apply_channel_power_info_to_fw()
295 tmp_ch_lst.numChannels = num_ch; in csr_apply_channel_power_info_to_fw()
298 csr_set_cfg_valid_channel_list(mac_ctx, tmp_ch_lst.channel_freq_list, in csr_apply_channel_power_info_to_fw()
299 tmp_ch_lst.numChannels); in csr_apply_channel_power_info_to_fw()