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

Commit 67c43942 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am 26439185: am d12a7645: Merge "Fix enabling networks after driver stop" into jb-mr2-dev

* commit '26439185':
  Fix enabling networks after driver stop
parents c06464ac 26439185
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2383,6 +2383,8 @@ public class WifiStateMachine extends StateMachine {
                mWifiNative.disconnect();
                transitionTo(mScanModeState);
            } else {
                /* Driver stop may have disabled networks, enable right after start */
                mWifiConfigStore.enableAllNetworks();
                mWifiNative.reconnect();
                // Status pulls in the current supplicant state and network connection state
                // events over the monitor connection. This helps framework sync up with