summaryrefslogtreecommitdiff
path: root/dbus_bindings/supplicant-interface.dbus-xml
blob: 8235b83fde80b4d5133dad8951bb650db7c68618 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?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.Interface">
    <method name="Scan">
      <arg name="args" type="a{sv}" direction="in"/>
    </method>
    <method name="ClearCachedCredentials">
    </method>
    <method name="Disconnect">
    </method>
    <method name="AddNetwork">
      <arg name="args" type="a{sv}" direction="in"/>
      <arg name="network" type="o" direction="out"/>
    </method>
    <method name="EnableHighBitrates">
    </method>
    <method name="Reassociate">
    </method>
    <method name="Reattach">
    </method>
    <method name="RemoveNetwork">
      <arg name="network" type="o" direction="in"/>
    </method>
    <method name="RemoveAllNetworks">
    </method>
    <method name="SelectNetwork">
      <arg name="network" type="o" direction="in"/>
    </method>
    <method name="AddBlob">
      <arg name="name" type="s" direction="in"/>
      <arg name="data" type="ay" direction="in"/>
    </method>
    <method name="RemoveBlob">
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="GetBlob">
      <arg name="name" type="s" direction="in"/>
      <arg name="data" type="ay" direction="out"/>
    </method>
    <method name="FlushBSS">
      <arg name="age" type="u" direction="in"/>
    </method>
    <method name="EAPLogoff"/>
    <method name="EAPLogon"/>
    <method name="NetworkReply">
      <arg name="network" type="o" direction="in"/>
      <arg name="field" type="s" direction="in"/>
      <arg name="value" type="s" direction="in"/>
    </method>
    <method name="Roam">
      <arg name="addr" type="s" direction="in"/>
    </method>
    <method name="TDLSDiscover">
      <arg name="peer" type="s" direction="in"/>
    </method>
    <method name="TDLSSetup">
      <arg name="peer" type="s" direction="in"/>
    </method>
    <method name="TDLSStatus">
      <arg name="peer" type="s" direction="in"/>
      <arg name="status" type="s" direction="out"/>
    </method>
    <method name="TDLSTeardown">
      <arg name="peer" type="s" direction="in"/>
    </method>
    <method name="SetHT40Enable">
      <arg name="network" type="o" direction="in"/>
      <arg name="enable" type="b" direction="in"/>
    </method>
    <property name="Capabilities" type="a{sv}" access="read"/>
    <property name="State" type="s" access="read"/>
    <property name="Scanning" type="b" access="read"/>
    <property name="ApScan" type="u" access="readwrite"/>
    <property name="Ifname" type="s" access="read"/>
    <property name="BridgeIfname" type="s" access="read"/>
    <property name="Driver" type="s" access="read"/>
    <property name="CurrentBSS" type="o" access="read"/>
    <property name="CurrentNetwork" type="o" access="read"/>
    <property name="Blobs" type="as" access="read"/>
    <property name="BSSs" type="ao" access="read"/>
    <property name="Networks" type="ao" access="read"/>
    <property name="FastReauth" type="b" access="readwrite"/>
    <property name="RoamThreshold" type="q" access="readwrite"/>
    <property name="ScanInterval" type="i" access="readwrite"/>
    <property name="DisableHighBitrates" type="b" access="readwrite"/>
    <property name="SchedScan" type="b" access="readwrite"/>
    <property name="Scan" type="b" access="readwrite"/>
    <signal name="ScanDone">
      <arg name="success" type="b"/>
    </signal>
    <signal name="BSSAdded">
      <arg name="BSS" type="o"/>
      <arg name="properties" type="a{sv}"/>
    </signal>
    <signal name="BSSRemoved">
      <arg name="BSS" type="o"/>
    </signal>
    <signal name="BlobAdded">
      <arg name="blobname" type="s"/>
    </signal>
    <signal name="BlobRemoved">
      <arg name="blobname" type="s"/>
    </signal>
    <signal name="Certification">
      <arg name="properties" type="a{sv}"/>
    </signal>
    <signal name="EAP">
      <arg name="status" type="s"/>
      <arg name="parameter" type="s"/>
    </signal>
    <signal name="NetworkAdded">
      <arg name="network" type="o"/>
      <arg name="properties" type="a{sv}"/>
    </signal>
    <signal name="NetworkRemoved">
      <arg name="network" type="o"/>
    </signal>
    <signal name="NetworkSelected">
      <arg name="network" type="o"/>
    </signal>
    <signal name="PropertiesChanged">
      <arg name="properties" type="a{sv}"/>
    </signal>
    <signal name="TDLSDiscoverResponse">
      <arg name="peer_address" type="s"/>
    </signal>
  </interface>
</node>