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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanResultUtilTest.java 48 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8))
64 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8))
79 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8))
InformationElementUtilTest.java 115 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id);
125 * EID_SSID. This test checks if padding will be properly discarded.
138 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id);
161 assertEquals("Parsed result should be a ssid.", InformationElement.EID_SSID, results[0].id);
182 InformationElement.EID_SSID, results[0].id);
212 assertEquals("Second element should be a ssid", InformationElement.EID_SSID, results[1].id);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanResults.java 85 ie.id = ScanResult.InformationElement.EID_SSID;
WifiConnectivityManagerTest.java 232 scanResults[0].informationElements[0].id = InformationElement.EID_SSID;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 47 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID
49 // APs often pad the data with bytes that happen to match that of the EID_SSID
54 if (eid == InformationElement.EID_SSID) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 165 case ScanResult.InformationElement.EID_SSID:
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 400 public static final int EID_SSID = 0;

Completed in 1036 milliseconds