HomeSort by relevance Sort by last modified time
    Searched refs:parseInformationElements (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 78 * Test parseInformationElements with an empty byte array.
85 InformationElementUtil.parseInformationElements(emptyBytes);
90 * Test parseInformationElements called with a null parameter.
97 InformationElementUtil.parseInformationElements(nullBytes);
102 * Test parseInformationElements with a single element represented in the byte array.
113 InformationElementUtil.parseInformationElements(ssidBytes);
136 InformationElementUtil.parseInformationElements(ssidBytesWithPadding);
159 InformationElementUtil.parseInformationElements(twoTagsSecondInvalidBytes);
167 * Test parseInformationElements with two valid Information Element entries.
179 InformationElementUtil.parseInformationElements(twoValidTagsBytes)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WificondControl.java 343 InformationElementUtil.parseInformationElements(result.infoElement);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 35 public static InformationElement[] parseInformationElements(byte[] bytes) {
    [all...]

Completed in 40 milliseconds