Obsolete
Status Update
Comments
en...@google.com <en...@google.com>
rg...@google.com <rg...@google.com> #3
Internal feature request created 10967665.
br...@gmail.com <br...@gmail.com> #4
[Comment deleted]
br...@gmail.com <br...@gmail.com> #5
I second this, it would be useful for me! Did you come up with any work-around?
Thanks!
Thanks!
Description
/**
* Construct a WifiConfiguration from a scanned network
* @param scannedAP the scan result used to construct the config entry
* TODO: figure out whether this is a useful way to construct a new entry.
*
public WifiConfiguration(ScanResult scannedAP) {
networkId = -1;
SSID = scannedAP.SSID;
BSSID = scannedAP.BSSID;
// aaaah screw it I'm tired/lazy
}
*/