Home
last modified time | relevance | path

Searched defs:hessid (Results 1 – 5 of 5) 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()
59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) { in buildKey()
/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()
513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult()
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java227 public long hessid = 0L; field in InformationElementUtil.Interworking
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java747 Long hessid = null; in parseNetworkIdInstance() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java357 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint()