Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c75 if (NetDeviceDelete(g_netDevice) != HDF_SUCCESS) { in WiFiNetDviceTestDelete()
/drivers/hdf_core/framework/include/net/
Dnet_device.h575 int32_t NetDeviceDelete(struct NetDevice *netDevice);
/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c234 int32_t NetDeviceDelete(struct NetDevice *netDevice) in NetDeviceDelete() function