Searched refs:per_radio_size (Results 1 – 2 of 2) sorted by relevance
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | link_layer_stats.cpp | 117 uint32_t total_size = 0, per_radio_size = 0, data_len = 0, rem_len = 0; in handleResponse() local 167 rem_len -= per_radio_size; in handleResponse() 168 if (rem_len < per_radio_size) { in handleResponse() 179 &per_radio_size); in handleResponse() 180 if (!radio_stat_ptr || !per_radio_size) { in handleResponse() 184 memcpy(output, radio_stat_ptr, per_radio_size); in handleResponse() 185 output += per_radio_size; in handleResponse() 186 total_size += per_radio_size; in handleResponse() 239 uint32_t *per_radio_size) { in convertToExternalRadioStatStructure() argument 245 *per_radio_size = offsetof(wifi_radio_stat_internal_v2, channels) + channel_size; in convertToExternalRadioStatStructure() [all …]
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | link_layer_stats.cpp | 100 uint32_t offset = 0, num_radios = 0, per_radio_size = 0, data_len = 0; in handleResponse() local 164 outbuf_rem_len -= per_radio_size; in handleResponse() 165 if (outbuf_rem_len < per_radio_size) { in handleResponse() 178 &per_radio_size, &outbuf, &outbuf_rem_len); in handleResponse() 183 if (!per_radio_size) { in handleResponse() 187 outbuf += per_radio_size; in handleResponse() 189 offset += per_radio_size; in handleResponse() 283 if ((ret != WIFI_SUCCESS) && num_radios && per_radio_size) { in handleResponse() 301 uint32_t *per_radio_size, u8 **outbuf, uint32_t *outbuf_rem_len) in convertToExternalRadioStatStructure() argument 309 *per_radio_size = offsetof(wifi_radio_stat, channels) + channel_size; in convertToExternalRadioStatStructure() [all …]
|