Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c197 …struct StaInfo *wifiStaInfo = (struct StaInfo *)OsalMemCalloc(sizeof(struct StaInfo) * (*staInfoLe… in WlanInterfaceGetAssociatedStas() local
198 if (wifiStaInfo == NULL) { in WlanInterfaceGetAssociatedStas()
202 ret = g_apFeature->getAssociatedStas(g_apFeature, wifiStaInfo, *staInfoLen, num); in WlanInterfaceGetAssociatedStas()
205 OsalMemFree(wifiStaInfo); in WlanInterfaceGetAssociatedStas()
211 …if (memcpy_s(staInfo[i].mac, WIFI_MAC_ADDR_LENGTH, wifiStaInfo[i].mac, WIFI_MAC_ADDR_LENGTH) != EO… in WlanInterfaceGetAssociatedStas()
219 OsalMemFree(wifiStaInfo); in WlanInterfaceGetAssociatedStas()