Home
last modified time | relevance | path

Searched refs:createSaeNetwork (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java238 WifiConfigurationTestUtil.createSaeNetwork(); in testEqualityRulesForSae()
273 WifiConfigurationTestUtil.createSaeNetwork("\"Transition is Hard\""); in testHashForTransitionMode()
351 WifiConfigurationTestUtil.createSaeNetwork("\"Upgrade\""), in testEqualityRulesForPskToSaeUpgrade()
364 WifiConfigurationTestUtil.createSaeNetwork("\"Upgrade\""), in testEqualityRulesForPskToSaeUpgradeWithOverlayDisable()
374 WifiConfigurationTestUtil.createSaeNetwork("\"Downgrade\""); in testSaeToPskDoesNotDowngrade()
481 WifiConfigurationTestUtil.createSaeNetwork(TEST_SSID); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
DSupplicantStaNetworkHalAidlImplTest.java156 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSaePasswordNetworkWifiConfigurationSaveLoad()
1063 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testEnableSaeH2eOnlyMode()
1076 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testDisableSaeH2eOnlyMode()
1089 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testDisableSaeH2eOnlyModeWhenH2eNotSupported()
1103 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSaeNetworkWifiConfigurationSaveLoad()
1172 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSupportedCiphers()
1200 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSupportedCiphersNoGcmp256()
DWifiConfigurationUtilTest.java247 WifiConfigurationTestUtil.createSaeNetwork(), SUPPORTED_FEATURES_ALL, in testValidatePositiveCases_AsciiSsidString()
412 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testValidateNegativeCases_BadAsciiSaeLength()
457 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testValidateNegativeCases_MalformedAsciiSaeString()
530 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testValidateNegativeCases_MalformedHexSaeString()
1590 WifiConfiguration saeConfig = WifiConfigurationTestUtil.createSaeNetwork(); in testIsConfigLinkable()
1592 WifiConfiguration saeDisabledConfig = WifiConfigurationTestUtil.createSaeNetwork(); in testIsConfigLinkable()
DNetworkListStoreDataTest.java656 WifiConfiguration saeNetwork = WifiConfigurationTestUtil.createSaeNetwork(); in getTestNetworksConfig()
869 WifiConfiguration saeNetwork = WifiConfigurationTestUtil.createSaeNetwork(); in parseNetworkListWithOneNetworkIllegalArgException()
993 WifiConfiguration saeNetwork = WifiConfigurationTestUtil.createSaeNetwork(); in fixSaeNetworkWithLegacySecurity()
DSupplicantStaNetworkHalHidlImplTest.java228 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSaePasswordNetworkWifiConfigurationSaveLoad()
1435 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testEnableSaeH2eOnlyMode()
1453 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testDisableSaeH2eOnlyMode()
1471 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testDisableSaeH2eOnlyModeWhenH2eNotSupported()
1489 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSaeH2eOnlyModeWithHal1_3OrLower()
1505 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSaeNetworkWifiConfigurationSaveLoad1_4OrHigher()
1613 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testUnsupportingGcmp256Ciphers1_2OrHigher()
1639 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testUnsupportingCiphers()
DNetworkRequestStoreDataTest.java170 WifiConfigurationTestUtil.createSaeNetwork().SSID, in serializeDeserializeMultipleNetworkRequestFromMultipleApps()
DWifiConfigurationTestUtil.java337 public static WifiConfiguration createSaeNetwork() { in createSaeNetwork() method in WifiConfigurationTestUtil
338 return createSaeNetwork(createNewSSID()); in createSaeNetwork()
370 public static WifiConfiguration createSaeNetwork(String ssid) { in createSaeNetwork() method in WifiConfigurationTestUtil
DWifiBackupRestoreTest.java699 configurations.add(WifiConfigurationTestUtil.createSaeNetwork()); in testMultipleNetworksAllBackupRestore()
732 WifiConfiguration saeNetwork = WifiConfigurationTestUtil.createSaeNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
DWifiConfigManagerTest.java2204 WifiConfigurationTestUtil.createSaeNetwork()); in testMatchScanDetailToNetworksAndCache()
2223 WifiConfiguration saeNetwork = WifiConfigurationTestUtil.createSaeNetwork(); in testNoMatchScanDetailToNetwork()
3180 WifiConfiguration network3 = WifiConfigurationTestUtil.createSaeNetwork(); in testNetworkLinkUsingGwMacAddressWithPskAndSaeTypes()
7586 WifiConfigurationTestUtil.createSaeNetwork(TEST_SSID), in testMergeSaeToPskNetwork()
7596 WifiConfigurationTestUtil.createSaeNetwork(TEST_SSID), in testMergePskToSaeNetwork()
7667 WifiConfiguration oneRebootSaeConfig = WifiConfigurationTestUtil.createSaeNetwork(); in testRemoveExcessNetworksOnAdd()
7736 WifiConfiguration oneRebootSaeConfig = WifiConfigurationTestUtil.createSaeNetwork(); in testRemoveExcessAppAddedNetworksOnAdd()
7926 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createSaeNetwork()); in testAddNetworkFailsIfNetworkMustBeRemoved()
7927 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createSaeNetwork()); in testAddNetworkFailsIfNetworkMustBeRemoved()
7928 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createSaeNetwork()); in testAddNetworkFailsIfNetworkMustBeRemoved()
[all …]
DWifiNetworkSuggestionsManagerTest.java2917 WifiConfigurationTestUtil.createSaeNetwork(), null, false, false, true, true, in testGetNetworkSuggestions()
DWifiMetricsTest.java735 testSavedNetworks.add(WifiConfigurationTestUtil.createSaeNetwork()); in buildSavedNetworkList()