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

Commit b8df5451 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix enabling networks after driver stop

Bug: 8630194
Change-Id: If897fc1fe54bf2f35362b8482e56d98f80a3130c
parent 7e157f32
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