Home
last modified time | relevance | path

Searched defs:ExpandedEAPMethod (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/anqp/eap/
DExpandedEAPMethod.java14 public class ExpandedEAPMethod implements AuthParam { class
20 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int length, ByteBuffer payload) in ExpandedEAPMethod() method in ExpandedEAPMethod
38 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int vendorID, long vendorType) { in ExpandedEAPMethod() method in ExpandedEAPMethod
DEAP.java80 public static final int ExpandedEAPMethod = 1; field in EAP
90 ExpandedEAPMethod, enumConstant
135 sAuthIds.put(ExpandedEAPMethod, AuthInfoID.ExpandedEAPMethod); in sAuthIds.put() argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DExpandedEAPMethod.java35 public class ExpandedEAPMethod extends AuthParam { class
42 public ExpandedEAPMethod(int authType, int vendorID, long vendorType) { in ExpandedEAPMethod() method in ExpandedEAPMethod