Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java113 private DhcpStateMachine mDhcpStateMachine; field in WifiP2pServiceImpl
1660 mDhcpStateMachine = DhcpStateMachine.makeDhcpStateMachine(mContext, in processMessage()
1664 mDhcpStateMachine.sendMessage(DhcpStateMachine.CMD_START_DHCP); in processMessage()
2778 mDhcpStateMachine.sendMessage(DhcpStateMachine.CMD_STOP_DHCP); in handleGroupRemoved()
2779 mDhcpStateMachine.doQuit(); in handleGroupRemoved()
2780 mDhcpStateMachine = null; in handleGroupRemoved()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java390 private BaseDhcpStateMachine mDhcpStateMachine; field in WifiStateMachine
4958 msg.obj = mDhcpStateMachine; in handlePreDhcpSetup()
4970 if (mDhcpStateMachine == null) { in maybeInitDhcpStateMachine()
4972 mDhcpStateMachine = DhcpStateMachine.makeDhcpStateMachine( in maybeInitDhcpStateMachine()
4975 mDhcpStateMachine = DhcpClient.makeDhcpStateMachine( in maybeInitDhcpStateMachine()
4983 mDhcpStateMachine.registerForPreDhcpNotification(); in startDhcp()
4984 mDhcpStateMachine.sendMessage(DhcpStateMachine.CMD_START_DHCP); in startDhcp()
4989 mDhcpStateMachine.registerForPreDhcpNotification(); in renewDhcp()
4990 mDhcpStateMachine.sendMessage(DhcpStateMachine.CMD_RENEW_DHCP); in renewDhcp()
4994 if (mDhcpStateMachine != null) { in stopDhcp()
[all …]