Searched defs:createIE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DScanDetailUtilTest.java49 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8))
65 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8))
80 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8))
88 private static InformationElement createIE(int id, byte[] bytes) { method in class:ScanDetailUtilTest

Completed in 47 milliseconds