Searched refs:eapMethodID (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
H A DInnerAuthEAP.java39 public InnerAuthEAP(int eapMethodID) { argument
41 mEAPMethodID = eapMethodID;
57 int eapMethodID = payload.get() & 0xFF;
58 return new InnerAuthEAP(eapMethodID);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPMatcher.java101 * @param eapMethodID The EAP Method ID of the provider's credential
105 public static int matchNAIRealm(NAIRealmElement element, String realm, int eapMethodID, argument
113 int match = matchNAIRealmData(realmData, realm, eapMethodID, authParam);
151 * @param eapMethodID The EAP Method ID of the provider's credential
155 private static int matchNAIRealmData(NAIRealmData realmData, String realm, int eapMethodID, argument
173 eapMethodMatch = matchEAPMethod(eapMethod, eapMethodID, authParam);
193 * @param eapMethodID The EAP Method ID of the provider's credential
197 private static int matchEAPMethod(EAPMethod method, int eapMethodID, AuthParam authParam) { argument
198 if (method.getEAPMethodID() != eapMethodID) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DANQPMatcherTest.java171 int eapMethodID = EAPConstants.EAP_TLS;
174 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>());
181 ANQPMatcher.matchNAIRealm(element, providerRealm, eapMethodID, null));
194 int eapMethodID = EAPConstants.EAP_TLS;
197 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>());
204 ANQPMatcher.matchNAIRealm(element, realm, eapMethodID, null));
218 int eapMethodID = EAPConstants.EAP_TTLS;
226 EAPMethod method = new EAPMethod(eapMethodID, authMap);
233 ANQPMatcher.matchNAIRealm(element, realm, eapMethodID, authParam));
246 int eapMethodID
[all...]
H A DPasspointProviderTest.java131 * @param eapMethodID EAP Method ID
135 private NAIRealmElement createNAIRealmElement(String realm, int eapMethodID, argument
143 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap);

Completed in 89 milliseconds