We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1204550 + 21bd79f commit 9781870Copy full SHA for 9781870
1 file changed
wifi/java/android/net/wifi/WifiStateMachine.java
@@ -1621,6 +1621,10 @@ private SupplicantState handleSupplicantStateChange(Message message) {
1621
private void handleNetworkDisconnect() {
1622
if (DBG) log("Stopping DHCP and clearing IP");
1623
1624
+ /* In case we were in middle of DHCP operation
1625
+ restore back powermode */
1626
+ handlePostDhcpSetup();
1627
+
1628
/*
1629
* stop DHCP
1630
*/
0 commit comments