Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DAnqpCache.java36 private CacheKey(String ssid, long bssid, long hessid) { in CacheKey()
61 long hessid; in buildKey() local
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java51 public long hessid; field in ScanResult
353 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
397 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult()
422 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DHomeSP.java189 Long hessid = mSSIDs.get(networkDetail.getSSID()); in matchSP() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java165 public long hessid = 0L; field in InformationElementUtil.Interworking