Home
last modified time | relevance | path

Searched refs:createWpa2Wpa3EnterpriseNetwork (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java447 public static WifiConfiguration createWpa2Wpa3EnterpriseNetwork() { in createWpa2Wpa3EnterpriseNetwork() method in WifiConfigurationTestUtil
448 return createWpa2Wpa3EnterpriseNetwork(createNewSSID()); in createWpa2Wpa3EnterpriseNetwork()
451 public static WifiConfiguration createWpa2Wpa3EnterpriseNetwork( in createWpa2Wpa3EnterpriseNetwork() method in WifiConfigurationTestUtil
453 return createWpa2Wpa3EnterpriseNetwork(createNewSSID(), eapMethod, phase2Method); in createWpa2Wpa3EnterpriseNetwork()
456 public static WifiConfiguration createWpa2Wpa3EnterpriseNetwork(String ssid) { in createWpa2Wpa3EnterpriseNetwork() method in WifiConfigurationTestUtil
457 return createWpa2Wpa3EnterpriseNetwork( in createWpa2Wpa3EnterpriseNetwork()
463 public static WifiConfiguration createWpa2Wpa3EnterpriseNetwork( in createWpa2Wpa3EnterpriseNetwork() method in WifiConfigurationTestUtil
DNetworkListStoreDataTest.java649 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(); in getTestNetworksConfig()
1102 .createWpa2Wpa3EnterpriseNetwork(); in testSerializeDeserializeWithSecurityUpdate()
DScanResultMatchInfoTest.java442 WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork("\"Upgrade\""), in testEqualityRulesForWpa2EnterpriseToWpa3EnterpriseUpgrade()
DWifiNetworkSelectorTest.java3127 WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(TEST_AUTO_UPGRADE_SSID), in testWpa3EnterpriseAutoUpgradeWithWpa2EnterpriseNetwork()
3169 WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(TEST_AUTO_UPGRADE_SSID), in testWpa3EnterpriseAutoUpgradeWithWpa2EntNetworkWhenWpa2EntTypeIsDisabled()
DWifiNetworkFactoryTest.java3920 wifiConfiguration = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(); in attachDefaultWifiNetworkSpecifierAndAppInfo()
DWifiServiceImplTest.java5502 WifiConfiguration config = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(); in testConnectNetworkStopConnectedSecondaryInternetCmm()
5542 WifiConfiguration config = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(); in testConnectNetworkStopSecondaryCmmOnSameNetwork()
10142 multiTypeConfigs.add(WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork()); in setupMultiTypeConfigs()
DClientModeImplTest.java10661 WifiConfiguration config = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(); in verifyConnectWithDisabledWpa2EnterpriseType()
10784 WifiConfiguration config = spy(WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork()); in testUpdateWpa3EnterpriseSecurityTypeByConnectionInfo()
DWifiNetworkSuggestionsManagerTest.java4977 WifiConfiguration eapSimConfig = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork( in testSetAnonymousIdentityOnSuggestionNetwork()
DWifiMetricsTest.java7101 config = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(); in testConnectionNetworkTypeByCandidateSecurityParams()
DWifiConfigManagerTest.java2085 WifiConfiguration network = WifiConfigurationTestUtil.createWpa2Wpa3EnterpriseNetwork(); in testUpdateSingleNetworkWithNullValues()