Searched defs:eapMethodID (Results 1 – 4 of 4) sorted by relevance
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
| D | ANQPMatcherTest.java | 177 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithMethodMatch() local 200 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch() local 224 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch() local 252 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch() local 281 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch() local 377 int eapMethodID = EAPConstants.EAP_AKA; in getEapMethodForNAIRealmWithCarrierInMatch() local 419 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInMatchButNotCarrierEapMethod() local 444 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInNoMatch() local
|
| D | PasspointProviderTest.java | 166 private NAIRealmElement createNAIRealmElement(String realm, int eapMethodID, in createNAIRealmElement()
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
| D | ANQPMatcher.java | 107 public static int matchNAIRealm(NAIRealmElement element, String realm, int eapMethodID, in matchNAIRealm() 140 int eapMethodID = getEapMethodForNAIRealmWithCarrier(realm, realmData); in getCarrierEapMethodFromMatchingNAIRealm() local 179 private static int matchNAIRealmData(NAIRealmData realmData, String realm, int eapMethodID, in matchNAIRealmData() 244 private static int matchEAPMethod(EAPMethod method, int eapMethodID, AuthParam authParam) { in matchEAPMethod()
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/ |
| D | InnerAuthEAP.java | 39 public InnerAuthEAP(int eapMethodID) { in InnerAuthEAP() 57 int eapMethodID = payload.get() & 0xFF; in parse() local
|