Loading wifi/java/android/net/wifi/WifiStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
wifi/java/android/net/wifi/WifiStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading