Home
last modified time | relevance | path

Searched refs:vendorType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DExpandedEAPMethod.java42 public ExpandedEAPMethod(int authType, int vendorID, long vendorType) { in ExpandedEAPMethod() argument
45 mVendorType = vendorType; in ExpandedEAPMethod()
68 long vendorType = ByteBufferReader.readInteger(payload, ByteOrder.BIG_ENDIAN, 4) in parse() local
73 return new ExpandedEAPMethod(authType, vendorID, vendorType); in parse()
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
DExpandedEAPMethod.java38 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int vendorID, long vendorType) { in ExpandedEAPMethod() argument
41 mVendorType = vendorType; in ExpandedEAPMethod()