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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java74 * Test parseInformationElements with an empty byte array.
81 InformationElementUtil.parseInformationElements(emptyBytes);
86 * Test parseInformationElements called with a null parameter.
93 InformationElementUtil.parseInformationElements(nullBytes);
98 * Test parseInformationElements with a single element represented in the byte array.
109 InformationElementUtil.parseInformationElements(ssidBytes);
132 InformationElementUtil.parseInformationElements(ssidBytesWithPadding);
155 InformationElementUtil.parseInformationElements(twoTagsSecondInvalidBytes);
163 * Test parseInformationElements with two valid Information Element entries.
175 InformationElementUtil.parseInformationElements(twoValidTagsByte
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java36 public static InformationElement[] parseInformationElements(byte[] bytes) { method in class:InformationElementUtil
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java706 InformationElementUtil.parseInformationElements(
1836 InformationElementUtil.parseInformationElements(result.bytes);

Completed in 66 milliseconds