summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <chingpang@gmail.com>2012-06-05 11:19:41 +0800
committerDan Williams <dcbw@redhat.com>2012-06-07 15:06:48 -0500
commit5e3e19d02b4884a2cb8429ff384d28dbcd9e3feb (patch)
treedd8d5edbc88a99891880a6f752f24cd3467c2eb5 /introspection
parent59033928871c5d03f7a314eaffb75a6e991f718c (diff)
downloadNetworkManager-5e3e19d02b4884a2cb8429ff384d28dbcd9e3feb.tar.gz
wifi: add on-demand WiFi scan support
A new D-Bus method was added to invoke the on-demand WiFi scan.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-device-wifi.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/introspection/nm-device-wifi.xml b/introspection/nm-device-wifi.xml
index fb50762438..531fc8930c 100644
--- a/introspection/nm-device-wifi.xml
+++ b/introspection/nm-device-wifi.xml
@@ -14,6 +14,19 @@
</tp:docstring>
</method>
+ <method name="RequestScan">
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_device_request_scan"/>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="options" type="a{sv}" direction="in">
+ <tp:docstring>
+ Options of scan
+ </tp:docstring>
+ </arg>
+ <tp:docstring>
+ Request the device to scan
+ </tp:docstring>
+ </method>
+
<property name="HwAddress" type="s" access="read">
<tp:docstring>
The active hardware address of the device.