Searched refs:EID_SSID (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | InformationElementUtilTest.java | 111 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id); in parseInformationElements_withSingleElement() 134 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id); in parseInformationElements_withExtraPadding() 157 assertEquals("Parsed result should be a ssid.", InformationElement.EID_SSID, results[0].id); in parseInformationElements_secondElementInvalidLength() 178 InformationElement.EID_SSID, results[0].id); in parseInformationElements_twoElements() 208 assertEquals("Second element should be a ssid", InformationElement.EID_SSID, results[1].id); in parseInformationElements_firstElementZeroLength()
|
D | ScanDetailUtilTest.java | 49 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in convertScanResult() 65 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in convertScanResultWithAnqpLines() 80 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in convertScanResultWithoutWifiSsid()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 48 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID in parseInformationElements() 55 if (eid == InformationElement.EID_SSID) { in parseInformationElements()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResults.java | 85 ie.id = ScanResult.InformationElement.EID_SSID; in generateSsidIe()
|
D | WifiConnectivityManagerTest.java | 157 scanResults[0].informationElements[0].id = InformationElement.EID_SSID; in mockWifiScanner()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | NetworkDetail.java | 168 case ScanResult.InformationElement.EID_SSID: in NetworkDetail()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 316 public static final int EID_SSID = 0; field in ScanResult.InformationElement
|