Home
last modified time | relevance | path

Searched refs:TEST_PSK (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java69 public static final String TEST_PSK = "\"WifiConfigurationTestUtilPsk\""; field in WifiConfigurationTestUtil
283 configuration.preSharedKey = TEST_PSK; in createSaeNetwork()
292 configuration.preSharedKey = TEST_PSK; in createPskNetwork()
300 configuration.preSharedKey = TEST_PSK; in createPskNetwork()
DWifiBackupRestoreTest.java212 dumpString.contains(WifiConfigurationTestUtil.TEST_PSK)); in cleanUp()
905 + "psk=" + WifiConfigurationTestUtil.TEST_PSK + "\n" in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
918 expectedConfiguration.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
DWificondControlTest.java113 private static final byte[] TEST_PSK = field in WificondControlTest
DWifiConfigManagerTest.java1403 assertAndSetNetworkPreSharedKey(network, WifiConfigurationTestUtil.TEST_PSK); in testMultipleUpdatesSingleNetwork()
1913 someRandomNetworkWithAllMaskedFields.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testUpdateIgnoresMaskedPasswords()
2045 networkWithPasswords.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testGetConfiguredNetworksMasksPasswords()