Home
last modified time | relevance | path

Searched refs:mStartDhcpServerFlag (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.cpp57 mStartDhcpServerFlag = true; in StartDhcpServerFromInterface()
136 …FI_LOGI("StopDhcp ifaceName:%{public}s, flag:%{public}d", ifaceName.c_str(), mStartDhcpServerFlag); in StopDhcp()
137 if (ifaceName.empty() || mStartDhcpServerFlag == false) { in StopDhcp()
141 mStartDhcpServerFlag = false; in StopDhcp()
H A Ddhcpd_interface.h97 bool mStartDhcpServerFlag = false; variable