Home | History | Annotate | Download | only in wifi

Lines Matching defs:wifiSsid

43     public WifiSsid wifiSsid;
461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId,
463 this.wifiSsid = wifiSsid;
464 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
491 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency,
493 this.wifiSsid = wifiSsid;
494 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId,
548 this.wifiSsid = wifiSsid;
554 wifiSsid = source.wifiSsid;
596 append(wifiSsid == null ? WifiSsid.NONE : wifiSsid).
634 if (wifiSsid != null) {
636 wifiSsid.writeToParcel(dest, flags);
710 WifiSsid wifiSsid = null;
712 wifiSsid = WifiSsid.CREATOR.createFromParcel(in);
715 wifiSsid,