Searched refs:currentRadio (Results 1 – 1 of 1) sorted by relevance
4048 RadioStat currentRadio = current[i]; in createNewRadioStat() local4050 newRadio.radio_id = currentRadio.radio_id; in createNewRadioStat()4051 newRadio.on_time = currentRadio.on_time + nextRandInt(); in createNewRadioStat()4052 newRadio.tx_time = currentRadio.tx_time + nextRandInt(); in createNewRadioStat()4053 newRadio.rx_time = currentRadio.rx_time + nextRandInt(); in createNewRadioStat()4054 newRadio.on_time_scan = currentRadio.on_time_scan + nextRandInt(); in createNewRadioStat()4055 newRadio.on_time_nan_scan = currentRadio.on_time_nan_scan + nextRandInt(); in createNewRadioStat()4056 newRadio.on_time_background_scan = currentRadio.on_time_background_scan + nextRandInt(); in createNewRadioStat()4057 newRadio.on_time_roam_scan = currentRadio.on_time_roam_scan + nextRandInt(); in createNewRadioStat()4058 newRadio.on_time_pno_scan = currentRadio.on_time_pno_scan + nextRandInt(); in createNewRadioStat()[all …]