Files
op-pedal/PiPedalCommon/src/include/dbus/xml/fi.w1.wpa_supplicant1.xml
T
Robin E. R. Davies 088bbe868a Sdbus-C++ upgrade.
2025-08-16 16:29:31 -04:00

37 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="fi.w1.wpa_supplicant1">
<method name="CreateInterface">
<arg name="args" type="a{sv}" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
<method name="RemoveInterface">
<arg name="path" type="o" direction="in"/>
</method>
<method name="GetInterface">
<arg name="ifname" type="s" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
<method name="ExpectDisconnect"/>
<signal name="InterfaceAdded">
<arg name="path" type="o"/>
<arg name="properties" type="a{sv}"/>
</signal>
<signal name="InterfaceRemoved">
<arg name="path" type="o"/>
</signal>
<signal name="PropertiesChanged">
<arg name="properties" type="a{sv}"/>
</signal>
<property name="DebugLevel" type="s" access="readwrite"/>
<property name="DebugTimestamp" type="b" access="readwrite"/>
<property name="DebugShowKeys" type="b" access="readwrite"/>
<property name="Interfaces" type="ao" access="read"/>
<property name="EapMethods" type="as" access="read"/>
<property name="Capabilities" type="as" access="read"/>
<property name="WFDIEs" type="ay" access="readwrite"/>
</interface>
<node name="Interfaces"/>
</node>