Home
last modified time | relevance | path

Searched refs:pskNetwork (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java454 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithStaticIpAndStaticProxyBackupRestore() local
455 pskNetwork.setIpConfiguration( in testSinglePskNetworkWithStaticIpAndStaticProxyBackupRestore()
457 configurations.add(pskNetwork); in testSinglePskNetworkWithStaticIpAndStaticProxyBackupRestore()
473 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithStaticIpAndPACProxyBackupRestore() local
474 pskNetwork.setIpConfiguration( in testSinglePskNetworkWithStaticIpAndPACProxyBackupRestore()
476 configurations.add(pskNetwork); in testSinglePskNetworkWithStaticIpAndPACProxyBackupRestore()
492 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithDHCPIpAndPACProxyBackupRestore() local
493 pskNetwork.setIpConfiguration( in testSinglePskNetworkWithDHCPIpAndPACProxyBackupRestore()
495 configurations.add(pskNetwork); in testSinglePskNetworkWithDHCPIpAndPACProxyBackupRestore()
511 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSinglePskNetworkWithPartialStaticIpBackupRestore() local
[all …]
DWifiConfigManagerTest.java735 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testAddSinglePskNetwork() local
737 networks.add(pskNetwork); in testAddSinglePskNetwork()
739 verifyAddNetworkToWifiConfigManager(pskNetwork); in testAddSinglePskNetwork()
749 assertEquals(retrievedSavedNetworks.get(0).configKey(), pskNetwork.configKey()); in testAddSinglePskNetwork()
909 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testAddUpdateRemoveMultipleNetworks() local
912 networks.add(pskNetwork); in testAddUpdateRemoveMultipleNetworks()
916 verifyAddNetworkToWifiConfigManager(pskNetwork); in testAddUpdateRemoveMultipleNetworks()
927 assertAndSetNetworkBSSID(pskNetwork, TEST_BSSID); in testAddUpdateRemoveMultipleNetworks()
938 verifyUpdateNetworkToWifiConfigManagerWithoutIpChange(pskNetwork); in testAddUpdateRemoveMultipleNetworks()
947 verifyRemoveNetworkFromWifiConfigManager(pskNetwork); in testAddUpdateRemoveMultipleNetworks()
[all …]