Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java625 WifiEnterpriseConfig configWithCertAndDomainSuffixMatch = createEnterpriseConfig(eapMethod, in testIsEnterpriseConfigServerCertEnabled()
630 WifiEnterpriseConfig configWithCertAndAltSubjectMatch = createEnterpriseConfig(eapMethod, in testIsEnterpriseConfigServerCertEnabled()
635 WifiEnterpriseConfig configWithAliasAndDomainSuffixMatch = createEnterpriseConfig(eapMethod, in testIsEnterpriseConfigServerCertEnabled()
641 WifiEnterpriseConfig configWithAliasAndAltSubjectMatch = createEnterpriseConfig(eapMethod, in testIsEnterpriseConfigServerCertEnabled()
647 private WifiEnterpriseConfig createEnterpriseConfig(int eapMethod, int phase2Method, in createEnterpriseConfig() method in WifiEnterpriseConfigTest