Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java131 EAPConstants.EAP_TLS, new InnerAuthEAP(EAPConstants.EAP_TTLS))); in matchNAIRealmWithNullElement()
144 EAPConstants.EAP_TLS, null)); in matchNAIRealmWithEmtpyRealmData()
161 EAPConstants.EAP_TLS, null)); in matchNAIRealmWithRealmMatch()
177 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithMethodMatch()
200 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch()
267 ANQPMatcher.matchNAIRealm(element, realm, EAPConstants.EAP_TLS, null)); in matchNAIRealmWithEAPMethodMismatch()
DPasspointProviderTest.java510 createNAIRealmElement(testRealm, EAPConstants.EAP_TLS, null)); in matchFQDNWithNAIRealmMismatch()
690 createNAIRealmElement(testRealm, EAPConstants.EAP_TLS, null)); in matchRoamingConsortiumWithNAIRealmMisMatch()
800 createNAIRealmElement(testRealm, EAPConstants.EAP_TLS, null)); in matchRoamingConsortiumIeWithNAIRealmMismatch()
DPasspointManagerTest.java617 config.getCredential().getUserCredential().setEapType(EAPConstants.EAP_TLS); in addProviderWithInvalidCredential()
1637 EAPConstants.EAP_TLS)); in verifyCreateEphemeralPasspointConfigurationWithNonCarrierEapMethod()
/frameworks/base/wifi/java/android/net/wifi/
DEAPConstants.java32 public static final int EAP_TLS = 13; field in EAPConstants
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
DEAPMethodTest.java69 EAPConstants.EAP_TLS, TEST_DATA1_AUTH_PARAMS);
132 EAPConstants.EAP_TLS, TEST_DATA2_AUTH_PARAMS);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DNAIRealmDataTestUtil.java65 TEST_EAP_METHOD_LIST.add(new EAPMethod(EAPConstants.EAP_TLS, TEST_EAP_METHOD_AUTH_PARAMS)); in TEST_EAP_METHOD_LIST.add() argument
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DCredentialTest.java210 cred.getUserCredential().setEapType(EAPConstants.EAP_TLS); in validateUserCredentialWithEapTls()
467 cred.getSimCredential().setEapType(EAPConstants.EAP_TLS); in validateSimCredentialWithEapTls()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DDevDetailMo.java115 sEapMethods.add(Pair.create(EAPConstants.EAP_TLS, null)); in Pair.create() argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java138 mEAPMethodID = EAPConstants.EAP_TLS; in PasspointProvider()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2935 eapType = EAPConstants.EAP_TLS; in updateSavedPasspointProfilesInfo()
2942 case EAPConstants.EAP_TLS: in updateSavedPasspointProfilesInfo()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java378 SAVED_PASSPOINT_PROVIDERS_TYPE.put(EAPConstants.EAP_TLS, NUM_EAP_TLS_TYPE); in SAVED_PASSPOINT_PROVIDERS_TYPE.put() argument
544 case EAPConstants.EAP_TLS: in createMockProvider()
/frameworks/base/proto/src/
Dwifi.proto1847 // EAP_TLS (13)