Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Dlink_layer_stats.cpp87 wifi_radio_stat *radio_stat = (wifi_radio_stat *)data; in handleResponse() local
88 if (!radio_stat) { in handleResponse()
92radio_stat->tx_time_per_levels = (u32*)((char*)data + sizeof(wifi_radio_stat) + sizeof(wifi_iface_… in handleResponse()
93 if (radio_stat->num_channels > 11) { in handleResponse()
94 ALOGE("Incorrect number of channels = %d", radio_stat->num_channels); in handleResponse()
96 ALOGE("radio: = %d", radio_stat->radio); in handleResponse()
97 ALOGE("on_time: = %d", radio_stat->on_time); in handleResponse()
98 ALOGE("tx_time: = %d", radio_stat->tx_time); in handleResponse()
99 ALOGE("rx_time: = %d", radio_stat->rx_time); in handleResponse()
100 ALOGE("on_time_scan: = %d", radio_stat->on_time_scan); in handleResponse()
[all …]