Searched refs:NetDeviceInit (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wlan_utils.c | 105 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 D | net_device_test.c | 28 g_netDevice = NetDeviceInit(devName, strlen(devName), WIFI_LINK, LITE_OS); in WiFiNetDeviceTestEnv()
|
/ohos5.0/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 535 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 D | eth_device.c | 59 netDevice = NetDeviceInit(ethIfName, strlen(ethIfName), ETHERNET_LINK, LITE_OS); in CreateEthDevice()
|
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device.c | 147 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 D | driver-peripherals-external-des.md | 410 …During the chip initialization process, call **NetDeviceInit()** to initialize a network device, c…
|