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

Commit 1f54a22f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Close sockets on wpa_supplicant termination."

parents 3a0e330d f066ae00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2229,6 +2229,7 @@ public class WifiStateMachine extends StateMachine {
        * or when the driver is hung. Ensure supplicant is stopped here.
        */
        mWifiMonitor.killSupplicant(mP2pSupported);
        mWifiNative.closeSupplicantConnection();
        sendSupplicantConnectionChangedBroadcast(false);
        setWifiState(WIFI_STATE_DISABLED);
    }