Searched defs:SSID (Results 1 - 2 of 2) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java30 public String SSID; field in class:ScanResult
32 /** Ascii encoded SSID. This will replace SSID when we deprecate it. @hide */
63 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
76 SSID = source.SSID;
90 sb.append("SSID: ").
H A DWifiConfiguration.java281 * The network's SSID. Can either be an ASCII string,
287 public String SSID; field in class:WifiConfiguration
325 * This is a network that does not broadcast its SSID, so an
326 * SSID-specific probe request must be used for scans.
404 SSID = null;
433 sbuf.append("ID: ").append(this.networkId).append(" SSID: ").append(this.SSID).
522 SSID = scannedAP.SSID;
529 if (SSID
[all...]

Completed in 121 milliseconds