Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / platform / Linux / dbus / wpa / DBusWpa.xml
1 <?xml version="1.0" ?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "https://raw.githubusercontent.com/freedesktop/dbus/master/doc/introspect.dtd">
3 <node>
4     <interface name="fi.w1.wpa_supplicant1">
5         <method name="CreateInterface">
6             <arg name="args" type="a{sv}" direction="in" />
7             <arg name="path" type="o" direction="out" />
8         </method>
9         <method name="RemoveInterface">
10             <arg name="path" type="o" direction="in" />
11         </method>
12         <method name="GetInterface">
13             <arg name="ifname" type="s" direction="in" />
14             <arg name="path" type="o" direction="out" />
15         </method>
16         <method name="ExpectDisconnect" />
17         <signal name="InterfaceAdded">
18             <arg name="path" type="o" />
19             <arg name="properties" type="a{sv}" />
20         </signal>
21         <signal name="InterfaceRemoved">
22             <arg name="path" type="o" />
23         </signal>
24         <signal name="PropertiesChanged">
25             <arg name="properties" type="a{sv}" />
26         </signal>
27         <property name="DebugLevel" type="s" access="readwrite" />
28         <property name="DebugTimestamp" type="b" access="readwrite" />
29         <property name="DebugShowKeys" type="b" access="readwrite" />
30         <property name="Interfaces" type="ao" access="read" />
31         <property name="EapMethods" type="as" access="read" />
32         <property name="Capabilities" type="as" access="read" />
33         <property name="WFDIEs" type="ay" access="readwrite" />
34     </interface>
35     <node name="Interfaces" />
36 </node>