Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java193 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch()
220 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch()
248 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch()
384 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInMatchButNotCarrierEapMethod()
409 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInNoMatch()
DPasspointProviderTest.java473 createNAIRealmElement(testRealm, EAPConstants.EAP_TTLS, in matchFQDNWithNAIRealmMatch()
654 createNAIRealmElement(testRealm, EAPConstants.EAP_TTLS, in matchRoamingConsortiumWithNAIRealmMatch()
763 createNAIRealmElement(testRealm, EAPConstants.EAP_TTLS, in matchRoamingConsortiumIeWithNAIRealmMatch()
878 createNAIRealmElement(testRealm, EAPConstants.EAP_TTLS, in matchThreeGPPNetworkWithNAIRealmMismatch()
946 createNAIRealmElement(testRealm, EAPConstants.EAP_TTLS, in matchOnlyNAIRealmWithOtherInformationMismatch()
1187 userCredential.setEapType(EAPConstants.EAP_TTLS); in convertFromWifiConfigWithUserCredential()
DPasspointManagerTest.java314 userCredential.setEapType(EAPConstants.EAP_TTLS); in createTestConfigWithUserCredential()
1364 userCredential.setEapType(EAPConstants.EAP_TTLS); in addLegacyPasspointConfigWithUserCredential()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DDevDetailMo.java111 sEapMethods.add(Pair.create(EAPConstants.EAP_TTLS, INNER_METHOD_MS_CHAP_V2)); in Pair.create() argument
112 sEapMethods.add(Pair.create(EAPConstants.EAP_TTLS, INNER_METHOD_MS_CHAP)); in Pair.create() argument
113 sEapMethods.add(Pair.create(EAPConstants.EAP_TTLS, INNER_METHOD_PAP)); in Pair.create() argument
/frameworks/base/wifi/java/android/net/wifi/
DEAPConstants.java35 public static final int EAP_TTLS = 21; field in EAPConstants
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
DInnerAuthEAPTest.java36 private static final int TEST_EAP_METHOD_ID = EAPConstants.EAP_TTLS;
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DCredentialTest.java115 userCred.setEapType(EAPConstants.EAP_TTLS); in createCredentialWithUserCredential()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java133 mEAPMethodID = EAPConstants.EAP_TTLS; in PasspointProvider()
819 userCredential.setEapType(EAPConstants.EAP_TTLS); in buildUserCredentialFromEnterpriseConfig()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DCredential.java418 if (mEapType != EAPConstants.EAP_TTLS) { in validate()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java377 SAVED_PASSPOINT_PROVIDERS_TYPE.put(EAPConstants.EAP_TTLS, NUM_EAP_TTLS_TYPE); in SAVED_PASSPOINT_PROVIDERS_TYPE.put() argument
545 case EAPConstants.EAP_TTLS: in createMockProvider()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3058 eapType = EAPConstants.EAP_TTLS; in updateSavedPasspointProfilesInfo()
3070 case EAPConstants.EAP_TTLS: in updateSavedPasspointProfilesInfo()
/frameworks/base/proto/src/
Dwifi.proto1960 // EAP_TTLS (21)
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45900 Landroid/net/wifi/EAPConstants;->EAP_TTLS:I