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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPNetworkKey.java37 public ANQPNetworkKey(String ssid, long bssid, long hessid, int anqpDomainID) { argument
40 mHESSID = hessid;
55 * @param hessid The HESSID of the AP
59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) { argument
62 } else if (hessid != 0L) {
63 return new ANQPNetworkKey(null, 0, hessid, anqpDomainId);
H A DPasspointManager.java400 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid,
518 scanResult.SSID, bssid, scanResult.hessid, vsa.anqpDomainID));
H A DNetworkDetail.java246 mHESSID = interworking.hessid;
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java54 public long hessid; field in class:ScanResult
461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, argument
466 this.hessid = hessid;
513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, argument
519 this.hessid = hessid;
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, argument
546 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm,
557 hessid
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java227 public long hessid = 0L; field in class:InformationElementUtil.Interworking
255 hessid = ByteBufferReader.readInteger(data, ByteOrder.BIG_ENDIAN, 6);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java754 assertEquals(0x112233445566L, interworking.hessid);
783 assertEquals(0x112233445566L, interworking.hessid);
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
H A DPpsMoParser.java747 Long hessid = null;
754 hessid = parseLong(getPpsNodeValue(child), 16);
764 return new Pair<String, Long>(ssid, hessid);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java357 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, argument
364 scanResult.hessid = hessid;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java301 scanResult.hessid = TEST_HESSID;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java1644 scanResult.hessid, networkDetail.getAnqpDomainID());

Completed in 244 milliseconds