summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxshu <xshu@google.com>2020-03-16 16:29:11 -0700
committerxshu <xshu@google.com>2020-03-16 16:29:11 -0700
commitf45c51282d4205e20d91b3d359d6c4bea805c5c9 (patch)
tree5fe9cd7d92255ba559e21db49ba62d38943bae22 /tests
parent544e531dc8534bbf197c2abe58748c897a0f5a75 (diff)
Stop supplicant auto-connect during pno scan
Bug: 135503681 Test: atest com.android.server.wifi Change-Id: Ib6ee4a088ab35fa315b923550fef882b4414bf83
Diffstat (limited to 'tests')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java b/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java
index ae8f1229e..3d4f33a35 100644
--- a/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WifiNativeTest.java
@@ -757,6 +757,7 @@ 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();
}