[net-config]: Add support of new methods related to autoscan
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-wifi.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/net/netconfig/wifi">
3         <interface name="net.netconfig.wifi">
4                 <method name="LoadDriver">
5                         <arg type="b" name="DevicePickerTest" direction="in"/>
6                 </method>
7                 <method name="RemoveDriver">
8                 </method>
9                 <method name="LaunchDirect">
10                 </method>
11                 <method name="LoadP2pDriver">
12                 </method>
13                 <method name="RemoveP2pDriver">
14                 </method>
15                 <method name="GetWifiState">
16                         <arg type="s" name="state" direction="out"/>
17                 </method>
18                 <method name="SetBgscan">
19                         <arg type="u" name="ScanMode" direction="in"/>
20                 </method>
21                 <method name="ResumeBgscan">
22                 </method>
23                 <method name="PauseBgscan">
24                 </method>
25                 <method name="GetAutoscan">
26                         <arg type="b" name="autoscan" direction="out"/>
27                 </method>
28                 <method name="GetAutoscanmode">
29                         <arg type="u" name="autoscanmode" direction="out"/>
30                 </method>
31                 <method name="RequestSpecificScan">
32                         <arg type="s" name="SSID" direction="in"/>
33                 </method>
34                 <method name="RequestWpsScan">
35                 </method>
36                 <method name="GetPasspoint">
37                         <arg type="i" name="enable" direction="out"/>
38                 </method>
39                 <method name="SetPasspoint">
40                         <arg type="i" name="enable" direction="in"/>
41                 </method>
42                 <method name="GetConfigIds">
43                         <arg type="as" name="config_ids" direction="out"/>
44                 </method>
45                 <method name="SaveConfiguration">
46                         <arg type="s" name="config_id" direction="in"/>
47                         <arg type="a{sv}" name="Configuration" direction="in"/>
48                 </method>
49                 <method name="SaveEapConfiguration">
50                         <arg type="s" name="config_id" direction="in"/>
51                         <arg type="a{sv}" name="Configuration" direction="in"/>
52                 </method>
53                 <method name="RemoveConfiguration">
54                         <arg type="s" name="config_id" direction="in"/>
55                 </method>
56                 <method name="LoadConfiguration">
57                         <arg type="s" name="config_id" direction="in"/>
58                         <arg type="a{sv}" name="Configuration" direction="out"/>
59                 </method>
60                 <method name="LoadEapConfiguration">
61                         <arg type="s" name="config_id" direction="in"/>
62                         <arg type="a{sv}" name="Configuration" direction="out"/>
63                 </method>
64                 <method name="SetConfigField">
65                         <arg type="s" name="config_id" direction="in"/>
66                         <arg type="s" name="key" direction="in"/>
67                         <arg type="s" name="value" direction="in"/>
68                 </method>
69                 <method name="GetConfigPassphrase">
70                         <arg type="s" name="config_id" direction="in"/>
71                         <arg type="s" name="passphrase" direction="out"/>
72                 </method>
73                 <method name="CreateEapConfig">
74                         <arg type="o" name="Service" direction="in"/>
75                         <arg type="a{ss}" name="Fields" direction="in"/>
76                 </method>
77                 <method name="DeleteEapConfig">
78                         <arg type="s" name="Profile" direction="in"/>
79                 </method>
80                 <method name="GetSimImsi">
81                         <arg type="s" name="imsi_data" direction="out"/>
82                 </method>
83                 <method name="ReqSimAuth">
84                         <arg type="ay" name="rand_data" direction="in">
85                                 <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
86                         </arg>
87                         <arg type="b" name="result" direction="out"/>
88                 </method>
89                 <method name="ReqAkaAuth">
90                         <arg type="ay" name="rand_data" direction="in">
91                                 <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
92                         </arg>
93                         <arg type="ay" name="autn_data" direction="in">
94                                 <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
95                         </arg>
96                         <arg type="b" name="result" direction="out"/>
97                 </method>
98                 <method name="GetSimAuth">
99                         <arg type="ay" name="auth_data" direction="out"/>
100                 </method>
101                 <method name="GetAkaAuth">
102                         <arg type="ay" name="auth_data" direction="out"/>
103                 </method>
104                 <method name="CheckBlackList">
105                         <arg type="s" name="name" direction="in"/>
106                         <arg type="s" name="security_type" direction="in"/>
107                         <arg type="s" name="eap" direction="in"/>
108                         <arg type="b" name="allowed" direction="out"/>
109                 </method>
110                 <method name="TdlsDisconnect">
111                         <arg type="s" name="pee_mac_addr" direction="in"/>
112                         <arg  type="i" name="result" direction="out" />
113                 </method>
114                 <method name="TdlsConnectedPeer">
115                         <arg  type="s" name="peer_mac_addr" direction="out" />
116                 </method>
117                 <signal name="PowerOnCompleted"></signal>
118                 <signal name="PowerOffCompleted"></signal>
119                 <signal name="PowerOperationFailed"></signal>
120                 <signal name="SpecificScanCompleted">
121                         <arg type="a{sv}" name="Fields" direction="out"/>
122                 </signal>
123                 <signal name="WpsScanCompleted">
124                         <arg type="a{sv}" name="Fields" direction="out"/>
125                 </signal>
126         </interface>
127         <interface name="net.connman.Agent">
128                 <method name="SetField">
129                         <arg type="o" name="Service" direction="in"/>
130                         <arg type="a{sv}" name="Fields" direction="in"/>
131                 </method>
132                 <method name="RequestInput">
133                         <arg type="o" name="Service" direction="in"/>
134                         <arg type="a{sv}" name="Fields" direction="in"/>
135                         <arg type="a{sv}" name="OutFields" direction="out"/>
136                 </method>
137                 <method name="ReportError">
138                         <arg type="o" name="Service" direction="in"/>
139                         <arg type="s" name="Error" direction="in"/>
140                 </method>
141                 <method name="RequestBrowser">
142                         <arg type="o" name="Service" direction="in"/>
143                         <arg type="s" name="url" direction="in"/>
144                 </method>
145         </interface>
146         <interface name="net.netconfig.wifi.Firmware">
147                 <method name="Start">
148                         <arg type="s" name="Device" direction="in"/>
149                 </method>
150                 <method name="Stop">
151                         <arg type="s" name="Device" direction="in"/>
152                 </method>
153         </interface>
154         <interface name="net.netconfig.tv_profile">
155                 <method name="RequestWpsCancel">
156                 </method>
157         </interface>
158 </node>