Home
last modified time | relevance | path

Searched refs:hessid (Results 1 – 6 of 6) 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() argument
39 mHESSID = hessid; in CacheKey()
61 long hessid; in buildKey() local
65 hessid = 0L; in buildKey()
70 hessid = network.getHESSID(); in buildKey()
75 hessid = 0L; in buildKey()
78 return new CacheKey(ssid, bssid, hessid); in buildKey()
DNetworkDetail.java242 mHESSID = interworking.hessid; in NetworkDetail()
/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() argument
358 this.hessid = hessid; in ScanResult()
397 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument
403 this.hessid = hessid; in ScanResult()
422 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
426 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult()
437 hessid = source.hessid; in ScanResult()
517 dest.writeLong(hessid); in writeToParcel()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DHomeSP.java189 Long hessid = mSSIDs.get(networkDetail.getSSID()); in matchSP() local
190 if (hessid == null || networkDetail.getHESSID() == hessid) { in matchSP()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java165 public long hessid = 0L; field in InformationElementUtil.Interworking
192 hessid = getInteger(data, ByteOrder.BIG_ENDIAN, 6); in from()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUInfo.java44 mHESSID = scanResult.hessid; in OSUInfo()