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.java63 public long hessid; field in ScanResult
831 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
879 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult()
906 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java788 Long hessid = null; in parseNetworkIdInstance() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java630 public long hessid = 0L; field in InformationElementUtil.Interworking
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java551 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint()