Searched defs:Ssid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java508 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, argument
512 this.SSID = Ssid;
536 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, argument
540 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm,

Completed in 55 milliseconds