Searched refs:hessid (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | AnqpCache.java | 36 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()
|
D | NetworkDetail.java | 242 mHESSID = interworking.hessid; in NetworkDetail()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 51 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/ |
D | HomeSP.java | 189 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/ |
D | InformationElementUtil.java | 165 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/ |
D | OSUInfo.java | 44 mHESSID = scanResult.hessid; in OSUInfo()
|