Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
H A Dnet_device_test.c183 NetIfDhcpsStop(g_netDevice); in WifiNetDeviceDhcpServer()
187 if (NetIfDhcpsStop(g_netDevice) != expectedRet) { in WifiNetDeviceDhcpServer()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h773 int32_t NetIfDhcpsStop(const struct NetDevice *netDevice);
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c543 int32_t NetIfDhcpsStop(const struct NetDevice *netDevice) in NetIfDhcpsStop() function
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c691 (void)NetIfDhcpsStop(netdev); in UnsetNetIfInfo()