Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c234 struct StaInfo *wifiStaInfo = (struct StaInfo *)OsalMemCalloc(sizeof(struct StaInfo) * (*staInfoLen)); in WlanInterfaceGetAssociatedStas() local
235 if (wifiStaInfo == NULL) { in WlanInterfaceGetAssociatedStas()
239 ret = g_apFeature->getAssociatedStas(g_apFeature, wifiStaInfo, *staInfoLen, num); in WlanInterfaceGetAssociatedStas()
242 OsalMemFree(wifiStaInfo); in WlanInterfaceGetAssociatedStas()
248 if (memcpy_s(staInfo[i].mac, WIFI_MAC_ADDR_LENGTH, wifiStaInfo[i].mac, WIFI_MAC_ADDR_LENGTH) != EOK) { in WlanInterfaceGetAssociatedStas()
256 OsalMemFree(wifiStaInfo); in WlanInterfaceGetAssociatedStas()

Completed in 3 milliseconds