Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c184 if (NetIfDhcpsStart(g_netDevice, NULL, 0) != expectedRet) { in WifiNetDeviceDhcpServer()
/drivers/hdf_core/framework/include/net/
Dnet_device.h760 int32_t NetIfDhcpsStart(const struct NetDevice *netDevice, char *ip, uint16_t ipNum);
/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c533 int32_t NetIfDhcpsStart(const struct NetDevice *netDevice, char *ip, uint16_t ipNum) in NetIfDhcpsStart() function
/drivers/hdf_core/framework/model/network/wifi/core/module/
Dwifi_base.c679 if (NetIfDhcpsStart(netdev, NULL, 0) == 0) { in SetNetIfInfo()