Home | History | Annotate | Download | only in dbus_bindings
      1 <?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     <method name="ExpectDisconnect">
     19     </method>
     20     <signal name="InterfaceAdded">
     21       <arg name="path" type="o"/>
     22       <arg name="properties" type="a{sv}"/>
     23     </signal>
     24     <signal name="InterfaceRemoved">
     25       <arg name="path" type="o"/>
     26     </signal>
     27     <signal name="PropertiesChanged">
     28       <arg name="properties" type="a{sv}"/>
     29     </signal>
     30     <property name="DebugLevel" type="s" access="readwrite"/>
     31     <property name="DebugTimestamp" type="b" access="readwrite"/>
     32     <property name="DebugShowKeys" type="b" access="readwrite"/>
     33     <property name="Interfaces" type="ao" access="read"/>
     34     <property name="EapMethods" type="as" access="read"/>
     35   </interface>
     36 </node>
     37 
     38