Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97818704 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "Wi-Fi: Handle disconnect in middle of DHCP operation"

parents 12045502 21bd79f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1621,6 +1621,10 @@ public class WifiStateMachine extends StateMachine {
    private void handleNetworkDisconnect() {
        if (DBG) log("Stopping DHCP and clearing IP");

        /* In case we were in middle of DHCP operation
           restore back powermode */
        handlePostDhcpSetup();

        /*
         * stop DHCP
         */