Loading wifi/java/android/net/wifi/WifiStateMachine.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1625,6 +1625,10 @@ public class WifiStateMachine extends StateMachine { private void handleNetworkDisconnect() { private void handleNetworkDisconnect() { if (DBG) log("Stopping DHCP and clearing IP"); if (DBG) log("Stopping DHCP and clearing IP"); /* In case we were in middle of DHCP operation restore back powermode */ handlePostDhcpSetup(); /* /* * stop DHCP * stop DHCP */ */ Loading Loading
wifi/java/android/net/wifi/WifiStateMachine.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1625,6 +1625,10 @@ public class WifiStateMachine extends StateMachine { private void handleNetworkDisconnect() { private void handleNetworkDisconnect() { if (DBG) log("Stopping DHCP and clearing IP"); if (DBG) log("Stopping DHCP and clearing IP"); /* In case we were in middle of DHCP operation restore back powermode */ handlePostDhcpSetup(); /* /* * stop DHCP * stop DHCP */ */ Loading