Home
last modified time | relevance | path

Searched defs:hessid (Results 1 – 5 of 5) sorted by relevance

/packages/modules/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()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java69 public long hessid; field in ScanResult
1076 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
1124 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult()
1151 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java796 Long hessid = null; in parseNetworkIdInstance() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java630 public long hessid = 0L; field in InformationElementUtil.Interworking
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java627 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint()