wifi: improve description of D-Bus' RequestScan()

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/56
This commit is contained in:
Damien Cassou 2018-11-27 20:46:26 +01:00 committed by Thomas Haller
parent d83e8ddb33
commit b104b9b828

View file

@ -36,7 +36,7 @@
RequestScan:
@options: Options of scan. Currently 'ssids' option with value of "aay" type is supported.
Request the device to scan
Request the device to scan. To know when the scan is finished, use the "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" to listen to changes to the "LastScan" property.
-->
<method name="RequestScan">
<arg name="options" type="a{sv}" direction="in"/>