Searched refs:netDeviceInfo (Results 1 – 1 of 1) sorted by relevance
998 struct NetDeviceInfoResult *netDeviceInfo = in WlanInterfaceGetNetDevInfo() local1000 if (netDeviceInfo == NULL) { in WlanInterfaceGetNetDevInfo()1004 ret = g_wifi->getNetDevInfo(netDeviceInfo); in WlanInterfaceGetNetDevInfo()1007 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()1015 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()1020 netDeviceInfoResult->deviceInfos[i].index = netDeviceInfo->deviceInfos[i].index; in WlanInterfaceGetNetDevInfo()1021 netDeviceInfoResult->deviceInfos[i].iftype = netDeviceInfo->deviceInfos[i].iftype; in WlanInterfaceGetNetDevInfo()1024 …if (memcpy_s(netDeviceInfoResult->deviceInfos[i].ifName, IFNAMSIZ, netDeviceInfo->deviceInfos[i].i… in WlanInterfaceGetNetDevInfo()1033 …if (memcpy_s(netDeviceInfoResult->deviceInfos[i].mac, ETH_ADDR_LEN, netDeviceInfo->deviceInfos[i].… in WlanInterfaceGetNetDevInfo()1041 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()