Searched refs:wifiStaInfo (Results 1 – 1 of 1) sorted by relevance
197 …struct StaInfo *wifiStaInfo = (struct StaInfo *)OsalMemCalloc(sizeof(struct StaInfo) * (*staInfoLe… in WlanInterfaceGetAssociatedStas() local198 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()