/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 | PasspointManager.java | 493 scanResult.hessid, in findEapMethodFromNAIRealmMatchedWithCarrier() 782 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() 899 scanResult.SSID, bssid, scanResult.hessid, vsa.anqpDomainID)); in getANQPElements()
|
D | NetworkDetail.java | 246 mHESSID = interworking.hessid; in NetworkDetail()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 57 public long hessid; field in ScanResult 517 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument 522 this.hessid = hessid; in ScanResult() 569 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument 575 this.hessid = hessid; in ScanResult() 598 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument 602 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult() 613 hessid = source.hessid; in ScanResult() 698 dest.writeLong(hessid); in writeToParcel()
|
/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() 432 private ScanDetail generateScanDetail(String ssid, String bssid, long hessid, int anqpDomaiId, in generateScanDetail() argument 440 scanResult.hessid = hessid; in generateScanDetail()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | InformationElementUtilTest.java | 961 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementNoVenueIE() 990 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementWithVenueIE()
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParser.java | 747 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/ |
D | InformationElementUtil.java | 227 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/ |
D | WifiMetricsTest.java | 474 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint() argument 481 scanResult.hessid = hessid; in buildMockScanDetailPasspoint()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 2125 scanResult.hessid, networkDetail.getAnqpDomainID()); in incrementAvailableNetworksHistograms()
|