Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine.cpp127 …if (!m_DhcpdInterface.StartDhcpServerFromInterface(ifaceName, ipv4, ipv6, ipAddress, true, leaseTi… in StartDhcpServer()
147 if (!m_DhcpdInterface.StopDhcp(ifaceName)) { in StopDhcpServer()
161 return m_DhcpdInterface.GetConnectedStationInfo(ifaceName, result); in GetConnectedStationInfo()
H A Dap_state_machine.h132 DhcpdInterface m_DhcpdInterface; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h422 DhcpdInterface m_DhcpdInterface; variable
H A Dp2p_state_machine.cpp880m_DhcpdInterface.RegisterDhcpCallBack(groupManager.GetCurrentGroup().GetInterface(), serverCallBac… in StartDhcpServer()
882 … if (!m_DhcpdInterface.StartDhcpServerFromInterface(groupManager.GetCurrentGroup().GetInterface(), in StartDhcpServer()
904 return m_DhcpdInterface.StopDhcp(groupManager.GetCurrentGroup().GetInterface()); in StopDhcpServer()