Searched refs:EAP_TTLS (Results 1 – 13 of 13) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | ANQPMatcherTest.java | 193 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()
|
D | PasspointProviderTest.java | 473 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()
|
D | PasspointManagerTest.java | 314 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/ |
D | DevDetailMo.java | 111 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/ |
D | EAPConstants.java | 35 public static final int EAP_TTLS = 21; field in EAPConstants
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/ |
D | InnerAuthEAPTest.java | 36 private static final int TEST_EAP_METHOD_ID = EAPConstants.EAP_TTLS;
|
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/ |
D | CredentialTest.java | 115 userCred.setEapType(EAPConstants.EAP_TTLS); in createCredentialWithUserCredential()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvider.java | 133 mEAPMethodID = EAPConstants.EAP_TTLS; in PasspointProvider() 819 userCredential.setEapType(EAPConstants.EAP_TTLS); in buildUserCredentialFromEnterpriseConfig()
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/ |
D | Credential.java | 418 if (mEapType != EAPConstants.EAP_TTLS) { in validate()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 377 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/ |
D | WifiMetrics.java | 3058 eapType = EAPConstants.EAP_TTLS; in updateSavedPasspointProfilesInfo() 3070 case EAPConstants.EAP_TTLS: in updateSavedPasspointProfilesInfo()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 1960 // EAP_TTLS (21)
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 45900 Landroid/net/wifi/EAPConstants;->EAP_TTLS:I
|