Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DInnerAuthEAP.java39 public InnerAuthEAP(int eapMethodID) { in InnerAuthEAP() argument
41 mEAPMethodID = eapMethodID; in InnerAuthEAP()
57 int eapMethodID = payload.get() & 0xFF; in parse() local
58 return new InnerAuthEAP(eapMethodID); in parse()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java168 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch() local
171 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>()); in matchNAIRealmWithRealmMethodMatch()
191 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch() local
199 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithExactMatch()
218 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch() local
226 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithEAPMethodMismatch()
246 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch() local
254 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithAuthTypeMismatch()
DPasspointProviderTest.java226 private NAIRealmElement createNAIRealmElement(String realm, int eapMethodID, in createNAIRealmElement() argument
234 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement()