Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java86 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java35 public static InformationElement[] parseInformationElements(byte[] bytes) { in parseInformationElements() method in InformationElementUtil
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java593 InformationElementUtil.parseInformationElements(result.infoElement); in getScanResults()