Searched refs:parseInformationElements (Results 1 – 3 of 3) sorted by relevance
86 InformationElementUtil.parseInformationElements(emptyBytes); in parseInformationElements_withEmptyByteArray()98 InformationElementUtil.parseInformationElements(nullBytes); in parseInformationElements_withNullBytes()114 InformationElementUtil.parseInformationElements(ssidBytes); in parseInformationElements_withSingleElement()137 InformationElementUtil.parseInformationElements(ssidBytesWithPadding); in parseInformationElements_withExtraPadding()160 InformationElementUtil.parseInformationElements(twoTagsSecondInvalidBytes); in parseInformationElements_secondElementInvalidLength()180 InformationElementUtil.parseInformationElements(twoValidTagsBytes); in parseInformationElements_twoElements()207 InformationElementUtil.parseInformationElements(zeroLengthTagWithSSIDBytes); in parseInformationElements_firstElementZeroLength()237 InformationElementUtil.parseInformationElements(invalidLengthTagWithSSIDBytes); in parseInformationElements_firstElementWrongLength()
35 public static InformationElement[] parseInformationElements(byte[] bytes) { in parseInformationElements() method in InformationElementUtil
593 InformationElementUtil.parseInformationElements(result.infoElement); in getScanResults()