[ Version ( deprecated = true , deprecated_since = "1.22" , since = "1.2" ) ]
public bool request_scan_options (Variant options, Cancellable? cancellable = null) throws Error
Warning: request_scan_options is deprecated since 1.22.
Request NM to scan for access points on this.
Use request_scan_options_async or GDBusConnection.
Note that the function returns immediately after requesting the scan, and it may take some time after that for the scan to complete.
This is the same as nm_device_wifi_request_scan
except it accepts options
for the scanning. The argument is the
dictionary passed to RequestScan
D-Bus call. Valid options inside the dictionary are: 'ssids' => array of SSIDs (saay)
this | |
options |
dictionary with options for |
cancellable |
a Cancellable, or null |
true on success, false on error, in which case throws will be set. |