Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
Dhost_diag_core_log.h115 uint8_t Channels[HOST_LOG_MAX_NUM_CHANNEL]; member
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_api.h249 sCsrChannel Channels; member
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c539 pParam->Csr11dinfo.Channels.channel_freq_list[index] = in csr_set_channels()
547 pParam->Csr11dinfo.Channels.numChannels = in csr_set_channels()
2163 if (ps11dinfo->Channels.numChannels in csr_init11d_info()
2165 ps11dinfo->Channels.numChannels)) { in csr_init11d_info()
2167 ps11dinfo->Channels.numChannels; in csr_init11d_info()
2169 ps11dinfo->Channels.channel_freq_list, in csr_init11d_info()
2170 ps11dinfo->Channels.numChannels); in csr_init11d_info()
2183 for (index = 0; index < ps11dinfo->Channels.numChannels; in csr_init11d_info()
2242 for (index = 0; index < ps11dinfo->Channels.numChannels; in csr_init_channel_power_list()
Dcsr_api_scan.c327 p11dLog->Channels[Index] = in csr_diag_reset_country_information()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg.c982 sme_config->csr_config.Csr11dinfo.Channels.numChannels = 0; in hdd_set_sme_config()