/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | ANQPNetworkKey.java | 37 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()
|
D | NetworkDetail.java | 284 mHESSID = interworking.hessid; in NetworkDetail()
|
D | PasspointManager.java | 812 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() 942 scanResult.SSID, bssid, scanResult.hessid, vsa.anqpDomainID)); in getANQPElements()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 63 public long hessid; field in ScanResult 831 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument 836 this.hessid = hessid; in ScanResult() 879 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument 885 this.hessid = hessid; in ScanResult() 906 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument 910 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult() 921 hessid = source.hessid; in ScanResult() 998 dest.writeLong(hessid); in writeToParcel()
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParser.java | 788 Long hessid = null; in parseNetworkIdInstance() local 795 hessid = parseLong(getPpsNodeValue(child), 16); in parseNetworkIdInstance() 805 return new Pair<String, Long>(ssid, hessid); in parseNetworkIdInstance()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | InformationElementUtilTest.java | 1139 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementNoVenueIE() 1168 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementWithVenueIE()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 630 public long hessid = 0L; field in InformationElementUtil.Interworking 658 hessid = ByteBufferReader.readInteger(data, ByteOrder.BIG_ENDIAN, 6); in from()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointManagerTest.java | 386 scanResult.hessid = TEST_HESSID; in createTestScanResult() 404 scanResult.hessid = TEST_HESSID; in createTestScanResults() 413 scanResult2.hessid = TEST_HESSID; in createTestScanResults() 421 scanResult3.hessid = TEST_HESSID; in createTestScanResults()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 551 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint() argument 558 scanResult.hessid = hessid; in buildMockScanDetailPasspoint()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 2925 scanResult.hessid, networkDetail.getAnqpDomainID()); in incrementAvailableNetworksHistograms()
|