Searched refs:vendorType (Results 1 – 2 of 2) sorted by relevance
42 public ExpandedEAPMethod(int authType, int vendorID, long vendorType) { in ExpandedEAPMethod() argument45 mVendorType = vendorType; in ExpandedEAPMethod()68 long vendorType = ByteBufferReader.readInteger(payload, ByteOrder.BIG_ENDIAN, 4) in parse() local73 return new ExpandedEAPMethod(authType, vendorID, vendorType); in parse()
38 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int vendorID, long vendorType) { in ExpandedEAPMethod() argument41 mVendorType = vendorType; in ExpandedEAPMethod()