Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_scan.c311 int Index; in csr_diag_reset_country_information() local
324 for (Index = 0; in csr_diag_reset_country_information()
325 Index < mac->scan.base_channels.numChannels; in csr_diag_reset_country_information()
326 Index++) { in csr_diag_reset_country_information()
327 p11dLog->Channels[Index] = in csr_diag_reset_country_information()
328 wlan_reg_freq_to_chan(mac->pdev, mac->scan.base_channels.channel_freq_list[Index]); in csr_diag_reset_country_information()
329 p11dLog->TxPwr[Index] = in csr_diag_reset_country_information()
330 mac->scan.defaultPowerTable[Index].tx_power; in csr_diag_reset_country_information()
Dcsr_api_roam.c2112 uint8_t Index = 0; in csr_get_channel_and_power_list() local
2128 for (Index = 0; Index < num20MHzChannelsFound; Index++) in csr_get_channel_and_power_list()
2129 mac->scan.base_channels.channel_freq_list[Index] = in csr_get_channel_and_power_list()
2130 mac->scan.defaultPowerTable[Index].center_freq; in csr_get_channel_and_power_list()