Replace WPS scan to BSSID scan keywords.
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-wifi.xml
index cf5fd45..4a253ec 100755 (executable)
@@ -31,7 +31,7 @@
                <method name="RequestSpecificScan">
                        <arg type="s" name="SSID" direction="in"/>
                </method>
-               <method name="RequestWpsScan">
+               <method name="RequestBssidScan">
                </method>
                <method name="RequestWpsCancel">
                </method>
                        <arg  type="i" name="result" direction="out" />
                </method>
                <method name="TdlsDiscover">
+                       <arg type="s" name="peer_mac_addr" direction="in"/>
+                       <arg  type="i" name="result" direction="out" />
+               </method>
+               <method name="TdlsChannelSwitch">
+                       <arg  type="s" name="peer_mac_addr" direction="in" />
+                       <arg  type="i" name="freq" direction="in" />
+                       <arg  type="i" name="result" direction="out" />
+               </method>
+               <method name="TdlsCancelChannelSwitch">
+                       <arg  type="s" name="peer_mac_addr" direction="in" />
+                       <arg  type="i" name="result" direction="out" />
                </method>
                <signal name="PowerOnCompleted"></signal>
                <signal name="PowerOffCompleted"></signal>
                <signal name="SpecificScanCompleted">
                        <arg type="a{sv}" name="Fields" direction="out"/>
                </signal>
-               <signal name="WpsScanCompleted">
+               <signal name="BssidScanCompleted">
                        <arg type="a{sv}" name="Fields" direction="out"/>
                </signal>
        </interface>