Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dhdf_wlan_utils.h24 NetDevice *AllocPlatformNetDevice(struct HdfWlanDevice *device);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c139 struct NetDevice *AllocPlatformNetDevice(struct HdfWlanDevice *device) in AllocPlatformNetDevice() function
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c244 netDev = AllocPlatformNetDevice(device); in HdfWlanInitInterface()