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

/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))
H A DInformationElementUtilTest.java111 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id);
121 * EID_SSID. This test checks if padding will be properly discarded.
134 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id);
157 assertEquals("Parsed result should be a ssid.", InformationElement.EID_SSID, results[0].id);
178 InformationElement.EID_SSID, results[0].id);
208 assertEquals("Second element should be a ssid", InformationElement.EID_SSID, results[1].id);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanResults.java85 ie.id = ScanResult.InformationElement.EID_SSID;
H A DWifiConnectivityManagerTest.java174 scanResults[0].informationElements[0].id = InformationElement.EID_SSID;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java48 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID
50 // APs often pad the data with bytes that happen to match that of the EID_SSID
55 if (eid == InformationElement.EID_SSID) {
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java316 public static final int EID_SSID = 0; field in class:ScanResult.InformationElement
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java171 case ScanResult.InformationElement.EID_SSID:

Completed in 1003 milliseconds