[go: nahoru, domu]

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java54 private byte[] getTestSsidIEBytes() throws IOException { method in class:InformationElementUtilTest
106 byte[] ssidBytes = getTestSsidIEBytes();
129 byte[] ssidBytesWithPadding = concatenateByteArrays(getTestSsidIEBytes(), paddingBytes);
152 byte[] twoTagsSecondInvalidBytes = concatenateByteArrays(getTestSsidIEBytes(), invalidTag);
172 concatenateByteArrays(getTestSsidIEBytes(), TEST_BSS_LOAD_BYTES_IE);
199 concatenateByteArrays(TEST_VALID_ZERO_LENGTH_TAG, getTestSsidIEBytes());
229 concatenateByteArrays(invalidLengthTag, getTestSsidIEBytes());

Completed in 10 milliseconds