TDLS: Implement the Channel Switch support in net-config
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-wifi.xml
index 4edb933..719a572 100755 (executable)
                        <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="PowerOperationFailed"></signal>