Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java130 assertEquals(AuthMatch.INDETERMINATE, ANQPMatcher.matchNAIRealm(null, "test.com", in matchNAIRealmWithNullElement()
143 assertEquals(AuthMatch.INDETERMINATE, ANQPMatcher.matchNAIRealm(element, "test.com", in matchNAIRealmWithEmtpyRealmData()
160 assertEquals(AuthMatch.REALM, ANQPMatcher.matchNAIRealm(element, realm, in matchNAIRealmWithRealmMatch()
187 ANQPMatcher.matchNAIRealm(element, providerRealm, eapMethodID, authParam)); in matchNAIRealmWithMethodMatch()
210 ANQPMatcher.matchNAIRealm(element, realm, eapMethodID, null)); in matchNAIRealmWithRealmMethodMatch()
239 ANQPMatcher.matchNAIRealm(element, realm, eapMethodID, authParam)); in matchNAIRealmWithExactMatch()
267 ANQPMatcher.matchNAIRealm(element, realm, EAPConstants.EAP_TLS, null)); in matchNAIRealmWithEAPMethodMismatch()
297 ANQPMatcher.matchNAIRealm(element, realm, EAPConstants.EAP_TTLS, in matchNAIRealmWithAuthTypeMismatch()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java107 public static int matchNAIRealm(NAIRealmElement element, String realm, int eapMethodID, in matchNAIRealm() method in ANQPMatcher
DPasspointProvider.java345 int authMatch = ANQPMatcher.matchNAIRealm( in match()