blob: 74bd6b9291702752588985f14c36d77c6a83faf5 [file] [log] [blame]
Chris Masone14de6e52011-05-09 09:20:59 -07001<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
Chris Masone14de6e52011-05-09 09:20:59 -07004<node>
5 <interface name="org.chromium.flimflam.Device">
Samuel Tan96bdaec2014-11-05 18:27:38 -08006 <method name="AddWakeOnPacketConnection">
7 <arg name="ip_endpoint" type="s" direction="in"/>
8 </method>
9 <method name="RemoveWakeOnPacketConnection">
10 <arg name="ip_endpoint" type="s" direction="in"/>
11 </method>
12 <method name="RemoveAllWakeOnPacketConnections">
13 </method>
Chris Masone14de6e52011-05-09 09:20:59 -070014 <method name="GetProperties">
15 <arg type="a{sv}" direction="out"/>
16 </method>
17 <method name="SetProperty">
18 <arg type="s" direction="in"/>
19 <arg type="v" direction="in"/>
20 </method>
Chris Masoneccc88812011-06-08 18:00:10 -070021 <method name="ClearProperty">
22 <arg type="s" direction="in"/>
23 </method>
Ben Chanad663e12013-01-08 01:58:47 -080024 <method name="Enable"/>
25 <method name="Disable"/>
Chris Masone14de6e52011-05-09 09:20:59 -070026 <method name="ProposeScan"/>
27 <method name="AddIPConfig">
28 <arg type="s" direction="in"/>
29 <arg type="o" direction="out"/>
30 </method>
Chris Masoneccc88812011-06-08 18:00:10 -070031 <method name="Register">
32 <arg type="s" direction="in"/>
33 </method>
34 <method name="RequirePin">
35 <arg type="s" direction="in"/>
36 <arg type="b" direction="in"/>
37 </method>
38 <method name="EnterPin">
39 <arg type="s" direction="in"/>
40 </method>
41 <method name="UnblockPin">
42 <arg type="s" direction="in"/>
43 <arg type="s" direction="in"/>
44 </method>
45 <method name="ChangePin">
46 <arg type="s" direction="in"/>
47 <arg type="s" direction="in"/>
48 </method>
Paul Stewartc6fbad92013-11-13 14:50:52 -080049 <method name="PerformTDLSOperation">
50 <arg type="s" direction="in"/>
51 <arg type="s" direction="in"/>
52 <arg type="s" direction="out"/>
53 </method>
Ben Chanad663e12013-01-08 01:58:47 -080054 <method name="Reset"/>
Paul Stewart6ff27f52012-07-11 06:51:41 -070055 <method name="ResetByteCounters"/>
Darin Petkovc37a9c42012-09-06 15:28:22 +020056 <method name="SetCarrier">
57 <arg type="s" direction="in"/>
58 </method>
Chris Masone14de6e52011-05-09 09:20:59 -070059 <signal name="PropertyChanged">
60 <arg type="s"/>
61 <arg type="v"/>
62 </signal>
63 </interface>
64</node>