Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1119 struct NetDeviceInfoResult *netDeviceInfo = in WlanInterfaceGetNetDevInfo() local
1121 if (netDeviceInfo == NULL) { in WlanInterfaceGetNetDevInfo()
1125 ret = g_wifi->getNetDevInfo(netDeviceInfo); in WlanInterfaceGetNetDevInfo()
1128 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()
1136 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()
1141 netDeviceInfoResult->deviceInfos[i].index = netDeviceInfo->deviceInfos[i].index; in WlanInterfaceGetNetDevInfo()
1142 netDeviceInfoResult->deviceInfos[i].iftype = netDeviceInfo->deviceInfos[i].iftype; in WlanInterfaceGetNetDevInfo()
1145 …if (memcpy_s(netDeviceInfoResult->deviceInfos[i].ifName, IFNAMSIZ, netDeviceInfo->deviceInfos[i].i… in WlanInterfaceGetNetDevInfo()
1154 …if (memcpy_s(netDeviceInfoResult->deviceInfos[i].mac, ETH_ADDR_LEN, netDeviceInfo->deviceInfos[i].… in WlanInterfaceGetNetDevInfo()
1162 OsalMemFree(netDeviceInfo); in WlanInterfaceGetNetDevInfo()