Searched refs:buildElement (Results 1 – 2 of 2) sorted by relevance
172 elements.add(buildElement(payload)); in parsePayload()177 private static ANQPElement buildElement(ByteBuffer payload) throws ProtocolException { in buildElement() method in ANQPFactory192 return buildElement(payload, infoID, length); in buildElement()195 public static ANQPElement buildElement(ByteBuffer payload, Constants.ANQPElementType infoID, in buildElement() method in ANQPFactory
91 ANQPElement element = buildElement(line); in parseANQPLines()323 ANQPElement element = buildElement(line); in parseWPSData()331 private static ANQPElement buildElement(String text) throws ProtocolException { in buildElement() method in SupplicantBridge352 ANQPFactory.buildElement(ByteBuffer.wrap(payload), elementType, payload.length) : in buildElement()