Searched defs:EAPMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
H A DEAPMethod.java38 public class EAPMethod { class
43 public EAPMethod(int methodID, Map<Integer, Set<AuthParam>> authParams) { method in class:EAPMethod
49 * Parse a EAPMethod from the given buffer.
52 * @return {@link EAPMethod}
56 public static EAPMethod parse(ByteBuffer payload) throws ProtocolException {
70 return new EAPMethod(methodID, authParams);
138 if (!(thatObject instanceof EAPMethod)) {
141 EAPMethod that = (EAPMethod) thatObject;
152 return "EAPMethod{mEAPMethodI
[all...]

Completed in 44 milliseconds