Home
last modified time | relevance | path

Searched refs:hessid (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPNetworkKey.java37 public ANQPNetworkKey(String ssid, long bssid, long hessid, int anqpDomainID) { in ANQPNetworkKey() argument
40 mHESSID = hessid; in ANQPNetworkKey()
59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) { in buildKey() argument
62 } else if (hessid != 0L) { in buildKey()
63 return new ANQPNetworkKey(null, 0, hessid, anqpDomainId); in buildKey()
DPasspointManager.java400 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders()
518 scanResult.SSID, bssid, scanResult.hessid, vsa.anqpDomainID)); in getANQPElements()
DNetworkDetail.java246 mHESSID = interworking.hessid; in NetworkDetail()
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java54 public long hessid; field in ScanResult
461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
466 this.hessid = hessid; in ScanResult()
513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument
519 this.hessid = hessid; in ScanResult()
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
546 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult()
557 hessid = source.hessid; in ScanResult()
642 dest.writeLong(hessid); in writeToParcel()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java754 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementNoVenueIE()
783 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementWithVenueIE()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java747 Long hessid = null; in parseNetworkIdInstance() local
754 hessid = parseLong(getPpsNodeValue(child), 16); in parseNetworkIdInstance()
764 return new Pair<String, Long>(ssid, hessid); in parseNetworkIdInstance()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java227 public long hessid = 0L; field in InformationElementUtil.Interworking
255 hessid = ByteBufferReader.readInteger(data, ByteOrder.BIG_ENDIAN, 6); in from()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java357 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint() argument
364 scanResult.hessid = hessid; in buildMockScanDetailPasspoint()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java301 scanResult.hessid = TEST_HESSID; in createTestScanResult()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1644 scanResult.hessid, networkDetail.getAnqpDomainID()); in incrementAvailableNetworksHistograms()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt3692 Landroid/net/wifi/ScanResult;->hessid:J