diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2015-07-14 09:16:35 +0200 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2015-08-14 11:27:15 +0200 |
commit | 87b2d783b6c732ab9cf3ad8ef0cdaec8d971c74a (patch) | |
tree | d2c55d238ce7f72616ef672f56fe152ef1a7981a /introspection | |
parent | b019052b92fbbbbfa16ae14e8cfc78309b3d0d4d (diff) |
core: accept 'ssids':aay option in RequestScan() dictionary parameter
It allows specifying SSIDs that should be probe-scanned, which is useful
for APs with hidden SSID, for example.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-device-wifi.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/introspection/nm-device-wifi.xml b/introspection/nm-device-wifi.xml index 1cdcadfd0..27f3eb906 100644 --- a/introspection/nm-device-wifi.xml +++ b/introspection/nm-device-wifi.xml @@ -33,7 +33,8 @@ <method name="RequestScan"> <arg name="options" type="a{sv}" direction="in"> <tp:docstring> - Options of scan (currently unused argument). + Options of scan. + Currently 'ssids' option with value of "aay" type is supported. </tp:docstring> </arg> <tp:docstring> |