Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c105 result = NetDeviceInit(ifName, strlen(ifName), WIFI_LINK, FULL_OS); in RenewNetDevice()
107 result = NetDeviceInit(ifName, strlen(ifName), WIFI_LINK, LITE_OS); in RenewNetDevice()
174 result = NetDeviceInit(ifName, strlen(ifName), WIFI_LINK, FULL_OS); in AllocPlatformNetDevice()
176 result = NetDeviceInit(ifName, strlen(ifName), WIFI_LINK, LITE_OS); in AllocPlatformNetDevice()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
H A Dnet_device_test.c28 g_netDevice = NetDeviceInit(devName, strlen(devName), WIFI_LINK, LITE_OS); in WiFiNetDeviceTestEnv()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h535 struct NetDevice *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory i…
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_device.c59 netDevice = NetDeviceInit(ethIfName, strlen(ethIfName), ETHERNET_LINK, LITE_OS); in CreateEthDevice()
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c147 struct NetDevice *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory i… in NetDeviceInit() function
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md410 …During the chip initialization process, call **NetDeviceInit()** to initialize a network device, c…