Searched refs:vndBuffer (Results 1 – 1 of 1) sorted by relevance
28 ByteBuffer vndBuffer = payload.duplicate().order(ByteOrder.BIG_ENDIAN); in ExpandedEAPMethod() local30 int id = vndBuffer.getShort() & SHORT_MASK; in ExpandedEAPMethod()31 id = (id << Byte.SIZE) | (vndBuffer.get() & BYTE_MASK); in ExpandedEAPMethod()33 mVendorType = vndBuffer.getInt() & INT_MASK; in ExpandedEAPMethod()