Home
last modified time | relevance | path

Searched refs:parseInformationElements (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java96 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 …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApStoreDataTest.java414 InformationElementUtil.parseInformationElements( in serializeSoftAp()
465 InformationElementUtil.parseInformationElements( in serializeSoftApNonUtf8()
DWifiNetworkSelectorTestUtil.java250 InformationElementUtil.parseInformationElements(iesByteStream[index]); in buildScanDetailsWithNetworkDetails()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java141 public static InformationElement[] parseInformationElements(String data) { in parseInformationElements() method in InformationElementUtil
145 return parseInformationElements(HexEncoding.decode(data)); in parseInformationElements()
154 public static InformationElement[] parseInformationElements(byte[] bytes) { in parseInformationElements() method in InformationElementUtil
DXmlUtil.java2056 InformationElementUtil.parseInformationElements((String) value); in parseVendorElementsFromXml()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java2086 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()