Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp452 wifi_link_stat *links_ptr = NULL; in convertToExternalIfaceMlstatStructure() local
484 links_ptr = (wifi_link_stat *)data_ptr; in convertToExternalIfaceMlstatStructure()
485 if (!links_ptr) { in convertToExternalIfaceMlstatStructure()
491 if (!links_ptr->num_peers) { in convertToExternalIfaceMlstatStructure()
497 if (links_ptr->num_peers != NUM_PEER_AP) { in convertToExternalIfaceMlstatStructure()
498 ALOGE("Invalid num peer :%d\n", links_ptr->num_peers); in convertToExternalIfaceMlstatStructure()
503 num_peers = links_ptr->num_peers; in convertToExternalIfaceMlstatStructure()
507 data_rem_len, num_peers, links_ptr, outbuf_rem_len); in convertToExternalIfaceMlstatStructure()