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

Commit d12a7645 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Fix enabling networks after driver stop" into jb-mr2-dev

parents ad435ba7 b8df5451
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