Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wlan_utils.c107 result = NetDeviceInit(ifName, strlen(ifName), WIFI_LINK, LITE_OS); in RenewNetDevice()
176 result = NetDeviceInit(ifName, strlen(ifName), WIFI_LINK, LITE_OS); in AllocPlatformNetDevice()
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c28 g_netDevice = NetDeviceInit(devName, strlen(devName), WIFI_LINK, LITE_OS); in WiFiNetDeviceTestEnv()
/drivers/hdf_core/framework/include/net/
Dnet_device.h247 LITE_OS, /**< Lightweight OS */ enumerator
/drivers/hdf_core/framework/model/network/ethernet/src/
Deth_device.c59 netDevice = NetDeviceInit(ethIfName, strlen(ethIfName), ETHERNET_LINK, LITE_OS); in CreateEthDevice()