blob: 7afbf98578226d81404dcc451a73b76f34add4db [file] [log] [blame]
mukesh agrawal31d90f02011-05-10 16:53:22 -07001<?xml version="1.0"?>
2<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4
5<node>
6 <interface name="fi.w1.wpa_supplicant1">
7 <method name="CreateInterface">
8 <arg name="args" type="a{sv}" direction="in"/>
9 <arg name="path" type="o" direction="out"/>
10 </method>
11 <method name="RemoveInterface">
12 <arg name="path" type="o" direction="in"/>
13 </method>
14 <method name="GetInterface">
15 <arg name="ifname" type="s" direction="in"/>
16 <arg name="path" type="o" direction="out"/>
17 </method>
18 <signal name="InterfaceAdded">
19 <arg name="path" type="o"/>
20 <arg name="properties" type="a{sv}"/>
21 </signal>
22 <signal name="InterfaceRemoved">
23 <arg name="path" type="o"/>
24 </signal>
25 <signal name="PropertiesChanged">
26 <arg name="properties" type="a{sv}"/>
27 </signal>
28 <property name="DebugLevel" type="s" access="readwrite"/>
29 <property name="DebugTimestamp" type="b" access="readwrite"/>
30 <property name="DebugShowKeys" type="b" access="readwrite"/>
31 <property name="Interfaces" type="ao" access="read"/>
32 <property name="EapMethods" type="as" access="read"/>
33 </interface>
34</node>
35