diff options
author | Roshan Pius <rpius@google.com> | 2020-04-17 21:09:58 +0000 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2020-04-17 21:11:45 +0000 |
commit | a1965f3d7c9138b2785c2ff6a089ca0daf4784b8 (patch) | |
tree | dbdf62746839e951f447bc5e64430f9c577085ac /tests | |
parent | f45c51282d4205e20d91b3d359d6c4bea805c5c9 (diff) |
Revert "Stop supplicant auto-connect during pno scan"
This reverts commit f45c51282d4205e20d91b3d359d6c4bea805c5c9.
Reason for revert: b/153476964
This fixes a corner case, but the fix is causing a more
fundamental problem. I think we should just revert this and fix it
cleanly in S (as a part of ClientModeImpl refactor).
Bug: 153476964
Bug: 135503681
Change-Id: I8bab2459138c96d0d503061191b31e12752bb316
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java b/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java index 3d4f33a35..ae8f1229e 100644 --- a/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java +++ b/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java @@ -757,7 +757,6 @@ public class WifiNativeTest extends WifiBaseTest { verify(mWificondControl).startPnoScan(eq(WIFI_IFACE_NAME), eq(TEST_PNO_SETTINGS.toNativePnoSettings()), any(), captor.capture()); captor.getValue().onPnoRequestSucceeded(); - verify(mStaIfaceHal).removeAllNetworks(WIFI_IFACE_NAME); verify(mWifiMetrics).incrementPnoScanStartAttemptCount(); } |