Searched refs:Index (Results 1 – 2 of 2) sorted by relevance
311 int Index; in csr_diag_reset_country_information() local324 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()
2112 uint8_t Index = 0; in csr_get_channel_and_power_list() local2128 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()