Home | History | Annotate | Download | only in wifi

Lines Matching defs:hessid

51      * The HESSID from the beacon.
54 public long hessid;
461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId,
466 this.hessid = hessid;
513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps,
519 this.hessid = hessid;
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId,
546 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm,
557 hessid = source.hessid;
642 dest.writeLong(hessid);
718 in.readLong(), /* HESSID */