summaryrefslogtreecommitdiff
path: root/interface/fi.w1.wpa_supplicant1.xml
blob: 5a75c31839adde56dbeea6604d4a226c84386bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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">
    <signal name="InterfaceAdded">
      <arg name="path" type="o"/>
      <arg name="properties" type="a{sv}"/>
    </signal>
    <signal name="InterfaceRemoved">
      <arg name="path" type="o"/>
    </signal>
    <property access="read" name="Interfaces" type="ao"/>
  </interface>
  <interface name="fi.w1.wpa_supplicant1.Interface">
    <method name="Scan">
      <arg direction="in" name="args" type="a{sv}"/>
    </method>
    <signal name="BSSAdded">
      <arg name="path" type="o"/>
      <arg name="properties" type="a{sv}"/>
    </signal>
    <signal name="BSSRemoved">
      <arg name="path" type="o"/>
    </signal>
    <signal name="ScanDone">
      <arg name="success" type="b"/>
    </signal>
    <property access="read" name="State" type="s"/>
    <property access="read" name="Ifname" type="s"/>
    <property access="read" name="BSSs" type="ao"/>
  </interface>
  <interface name="fi.w1.wpa_supplicant1.BSS">
    <property access="read" name="SSID" type="ay"/>
    <property access="read" name="BSSID" type="ay"/>
    <property access="read" name="Signal" type="n"/>
    <property access="read" name="Frequency" type="q"/>
    <property access="read" name="Age" type="u"/>
  </interface>
</node>