Home
last modified time | relevance | path

Searched refs:SetDhcpIpRange (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.h82 bool SetDhcpIpRange(const std::string &ifaceName);
H A Ddhcpd_interface.cpp76 if (!SetDhcpIpRange(ifaceName)) { in StartDhcpServerFromInterface()
92 bool DhcpdInterface::SetDhcpIpRange(const std::string &ifaceName) in SetDhcpIpRange() function in OHOS::Wifi::DhcpdInterface