Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp98 u8 *radioStatsBuf = NULL, *ifaceMlStatsBuf = NULL, *outbuf = NULL, *data_ptr = NULL; in handleResponse() local
198 ifaceMlStatsBuf = (u8 *)malloc(MAX_CMD_RESP_BUF_LEN); in handleResponse()
199 if (!ifaceMlStatsBuf) { in handleResponse()
205 memset(ifaceMlStatsBuf, 0, MAX_CMD_RESP_BUF_LEN); in handleResponse()
206 outbuf = ifaceMlStatsBuf; in handleResponse()
230 iface_ml_stat_ptr = (wifi_iface_ml_stat *)ifaceMlStatsBuf; in handleResponse()
259 (wifi_iface_ml_stat *)ifaceMlStatsBuf, num_radios, in handleResponse()
292 if (ifaceMlStatsBuf) { in handleResponse()
293 free(ifaceMlStatsBuf); in handleResponse()
294 ifaceMlStatsBuf = NULL; in handleResponse()