Home
last modified time | relevance | path

Searched refs:createEapSuiteBNetwork (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java256 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBRsa3072()
284 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBEcdsa()
312 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteB()
338 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteBNon3072Rsa()
365 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteB2048Rsa()
396 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteBNon3072RsaInList()
428 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteBRsaAndEcdsaInList()
455 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureFailureSuiteBEcdsa256()
482 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfirmCaCertAliasRemoved()
520 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfirmCaCertAliasNotRemoved()
[all …]
DWifiConfigurationTestUtil.java474 public static WifiConfiguration createEapSuiteBNetwork() { in createEapSuiteBNetwork() method in WifiConfigurationTestUtil
475 return createEapSuiteBNetwork(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in createEapSuiteBNetwork()
478 public static WifiConfiguration createEapSuiteBNetwork(int signatureType) { in createEapSuiteBNetwork() method in WifiConfigurationTestUtil
DWifiBackupRestoreTest.java524 configurations.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testSingleEnterpriseNetworkNotBackupRestore()
644 configurations.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testMultipleNetworksNonEnterpriseBackupRestore()
DWifiConfigurationUtilTest.java217 WifiConfigurationTestUtil.createEapSuiteBNetwork(), in testValidatePositiveCases_AsciiSsidString()
524 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testValidateNegativeCases_BadSuiteBKeyMgmt()
DSupplicantStaNetworkHalTest.java376 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
402 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
DWifiConfigManagerTest.java1861 WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testMatchScanDetailToNetworksAndCache()
1878 WifiConfiguration eapSuiteBNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testNoMatchScanDetailToNetwork()
DWifiMetricsTest.java705 testSavedNetworks.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in buildSavedNetworkList()