Home
last modified time | relevance | path

Searched refs:NetIfDhcpStop (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c164 NetIfDhcpStop(g_netDevice); in WifiNetDeviceDhcpClient()
168 if (NetIfDhcpStop(g_netDevice) != expectedRet) { in WifiNetDeviceDhcpClient()
/drivers/hdf_core/framework/include/net/
Dnet_device.h797 int32_t NetIfDhcpStop(const struct NetDevice *netDevice);
/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wifi_event.c188 (void)NetIfDhcpStop((struct NetDevice *)netDev); in HdfStartDhcpClient()
/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c563 int32_t NetIfDhcpStop(const struct NetDevice *netDevice) in NetIfDhcpStop() function
/drivers/hdf_core/framework/model/network/wifi/core/module/
Dwifi_base.c690 (void)NetIfDhcpStop(netdev); in UnsetNetIfInfo()