Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java239 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBRsa3072()
265 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBEcdsa()
DWifiConfigurationTestUtil.java380 public static WifiConfiguration createEapSuiteBNetwork() { in createEapSuiteBNetwork() method in WifiConfigurationTestUtil
381 return createEapSuiteBNetwork(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in createEapSuiteBNetwork()
384 public static WifiConfiguration createEapSuiteBNetwork(int signatureType) { in createEapSuiteBNetwork() method in WifiConfigurationTestUtil
DWifiConfigurationUtilTest.java203 WifiConfigurationTestUtil.createEapSuiteBNetwork(), in testValidatePositiveCases_Ascii()
574 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testValidateNegativeCases_SuitebMissingPmf()
DWifiBackupRestoreTest.java479 configurations.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testSingleEnterpriseNetworkNotBackupRestore()
599 configurations.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testMultipleNetworksNonEnterpriseBackupRestore()
DSupplicantStaNetworkHalTest.java329 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
355 WifiConfiguration config = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
DWifiConfigManagerTest.java1808 WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testMatchScanDetailToNetworksAndCache()
1825 WifiConfiguration eapSuiteBNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork(); in testNoMatchScanDetailToNetwork()
DWifiMetricsTest.java620 testSavedNetworks.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in buildSavedNetworkList()