summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2020-06-02 19:40:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-02 19:40:14 +0000
commit2fcd0c96e9af48bfe9512d1d132f88353b4f914c (patch)
tree34111cce82e202ec9bf8ab40022131062f4423a6 /service
parent6b277d0444550c07ea8bda400ecd571e0b9dc8b4 (diff)
parent40a6a0e1fb3efb62b81e24b30820c9ffa778b206 (diff)
WifiConnectivityManager: Reset connection limiter on force scan am: 40a6a0e1fb
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/net/wifi/+/11707448 Change-Id: Ic12469023d81077009df8038d8c89edbee7da3cf
Diffstat (limited to 'service')
-rw-r--r--service/java/com/android/server/wifi/WifiConnectivityManager.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/java/com/android/server/wifi/WifiConnectivityManager.java b/service/java/com/android/server/wifi/WifiConnectivityManager.java
index ad5a8f26c..2ce0bc024 100644
--- a/service/java/com/android/server/wifi/WifiConnectivityManager.java
+++ b/service/java/com/android/server/wifi/WifiConnectivityManager.java
@@ -1847,6 +1847,7 @@ public class WifiConnectivityManager {
if (!mWifiEnabled) return;
localLog("forceConnectivityScan in request of " + workSource);
+ clearConnectionAttemptTimeStamps();
mWaitForFullBandScanResults = true;
startForcedSingleScan(true, workSource);
}