[ Version ( since = "0.9.8" ) ]
public void request_scan_simple (DeviceWifiRequestScanFn? callback)
Request NM to scan for access points on the DeviceWifi.
This function only instructs NM to perform scanning. Use get_access_points to get available access points.
this | |
callback |
the function to call when the call is done |
user_data |
user data to pass to the callback function |