Searched refs:parseInformationElements (Results 1 – 6 of 6) sorted by relevance
96 InformationElementUtil.parseInformationElements(emptyBytes); in parseInformationElements_withEmptyByteArray()108 InformationElementUtil.parseInformationElements(nullBytes); in parseInformationElements_withNullBytes()120 InformationElementUtil.parseInformationElements(bytes); in parseInformationElements_withZeroLengthAndExtensionId()135 InformationElementUtil.parseInformationElements(bytes); in parseInformationElements_withZeroLengthAndExtensionIdAfterAnotherIe()153 InformationElementUtil.parseInformationElements(ssidBytes); in parseInformationElements_withSingleElement()176 InformationElementUtil.parseInformationElements(ssidBytesWithPadding); in parseInformationElements_withExtraPadding()199 InformationElementUtil.parseInformationElements(twoTagsSecondInvalidBytes); in parseInformationElements_secondElementInvalidLength()219 InformationElementUtil.parseInformationElements(twoValidTagsBytes); in parseInformationElements_twoElements()246 InformationElementUtil.parseInformationElements(zeroLengthTagWithSSIDBytes); in parseInformationElements_firstElementZeroLength()276 InformationElementUtil.parseInformationElements(invalidLengthTagWithSSIDBytes); in parseInformationElements_firstElementWrongLength()[all …]
414 InformationElementUtil.parseInformationElements( in serializeSoftAp()465 InformationElementUtil.parseInformationElements( in serializeSoftApNonUtf8()
250 InformationElementUtil.parseInformationElements(iesByteStream[index]); in buildScanDetailsWithNetworkDetails()
141 public static InformationElement[] parseInformationElements(String data) { in parseInformationElements() method in InformationElementUtil145 return parseInformationElements(HexEncoding.decode(data)); in parseInformationElements()154 public static InformationElement[] parseInformationElements(byte[] bytes) { in parseInformationElements() method in InformationElementUtil
2056 InformationElementUtil.parseInformationElements((String) value); in parseVendorElementsFromXml()
2086 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()