Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1118 struct NetDeviceInfoResult *netDeviceInfo = in WlanInterfaceGetNetDevInfo() local
1120 if (netDeviceInfo == NULL) { in WlanInterfaceGetNetDevInfo()
1124 ret = g_wifi->getNetDevInfo(netDeviceInfo); in WlanInterfaceGetNetDevInfo()
1127 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()
1135 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()
1140 netDeviceInfoResult->deviceInfos[i].index = netDeviceInfo->deviceInfos[i].index; in WlanInterfaceGetNetDevInfo()
1141 netDeviceInfoResult->deviceInfos[i].iftype = netDeviceInfo->deviceInfos[i].iftype; in WlanInterfaceGetNetDevInfo()
1144 if (memcpy_s(netDeviceInfoResult->deviceInfos[i].ifName, IFNAMSIZ, netDeviceInfo->deviceInfos[i].ifName, in WlanInterfaceGetNetDevInfo()
1153 if (memcpy_s(netDeviceInfoResult->deviceInfos[i].mac, ETH_ADDR_LEN, netDeviceInfo->deviceInfos[i].mac, in WlanInterfaceGetNetDevInfo()
1161 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()
[all...]

Completed in 3 milliseconds