/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 | 498 scanResult.hessid, in findEapMethodFromNAIRealmMatchedWithCarrier() 800 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() 917 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 | 60 public long hessid; field in ScanResult 562 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument 567 this.hessid = hessid; in ScanResult() 614 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument 620 this.hessid = hessid; in ScanResult() 643 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument 647 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult() 658 hessid = source.hessid; in ScanResult() 743 dest.writeLong(hessid); in writeToParcel()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointManagerTest.java | 388 scanResult.hessid = TEST_HESSID; in createTestScanResult() 406 scanResult.hessid = TEST_HESSID; in createTestScanResults() 415 scanResult2.hessid = TEST_HESSID; in createTestScanResults() 423 scanResult3.hessid = TEST_HESSID; in createTestScanResults() 434 private ScanDetail generateScanDetail(String ssid, String bssid, long hessid, int anqpDomaiId, in generateScanDetail() argument 442 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 | 472 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint() argument 479 scanResult.hessid = hessid; in buildMockScanDetailPasspoint()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 2230 scanResult.hessid, networkDetail.getAnqpDomainID()); in incrementAvailableNetworksHistograms()
|