Searched refs:mStartDhcpServerFlag (Results 1 – 2 of 2) sorted by relevance
57 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()
97 bool mStartDhcpServerFlag = false; variable