Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp905 wifi_radio_stat *radioStat = mResultsParams.radio_stat; in clearStats() local
912 if (radioStat->tx_time_per_levels) { in clearStats()
913 free(radioStat->tx_time_per_levels); in clearStats()
914 radioStat->tx_time_per_levels = NULL; in clearStats()
916 radioStat = (wifi_radio_stat *)((u8 *)radioStat + in clearStats()
918 radioStat->num_channels)); in clearStats()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp889 wifi_radio_stat *radioStat = mResultsParams.radio_stat; in clearStats() local
896 if (radioStat->tx_time_per_levels) { in clearStats()
897 free(radioStat->tx_time_per_levels); in clearStats()
898 radioStat->tx_time_per_levels = NULL; in clearStats()
900 radioStat = (wifi_radio_stat *)((u8 *)radioStat + in clearStats()
902 radioStat->num_channels)); in clearStats()