Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java274 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBRsa3072()
302 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBEcdsa()
333 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBRsa3072UserAndTofu()
361 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteB()
387 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteBNon3072Rsa()
414 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteB2048Rsa()
445 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteBNon3072RsaInList()
477 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteBRsaAndEcdsaInList()
504 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureFailureSuiteBEcdsa256()
531 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfirmCaCertAliasRemoved()
[all …]
DWifiConfigurationTestUtil.java488 public static WifiConfiguration createEapSuiteBNetwork() { in createEapSuiteBNetwork() method in WifiConfigurationTestUtil
489 return createEapSuiteBNetwork(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in createEapSuiteBNetwork()
492 public static WifiConfiguration createEapSuiteBNetwork(int signatureType) { in createEapSuiteBNetwork() method in WifiConfigurationTestUtil
DWifiBackupRestoreTest.java584 configurations.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testSingleEnterpriseNetworkNotBackupRestore()
722 configurations.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testMultipleNetworksNonEnterpriseBackupRestore()
DWifiConfigurationUtilTest.java250 WifiConfigurationTestUtil.createEapSuiteBNetwork(), SUPPORTED_FEATURES_ALL, in testValidatePositiveCases_AsciiSsidString()
641 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testValidateNegativeCases_BadSuiteBKeyMgmt()
DSupplicantStaNetworkHalAidlImplTest.java311 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
324 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
DSupplicantStaNetworkHalHidlImplTest.java399 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
425 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
DWifiMetricsTest.java738 testSavedNetworks.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in buildSavedNetworkList()
7104 config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testConnectionNetworkTypeByCandidateSecurityParams()
DWifiConfigManagerTest.java2208 WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testMatchScanDetailToNetworksAndCache()
2225 WifiConfiguration eapSuiteBNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testNoMatchScanDetailToNetwork()