Added requires(tcpdump) in spec file
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-wifi.xml
index 1065910..92f7170 100755 (executable)
@@ -46,6 +46,7 @@
                <method name="RequestBssidScan">
                </method>
                <method name="NetlinkScan">
+                       <arg type="a{sv}" name="ssids" direction="in"/>
                </method>
                <method name="RequestWpsCancel">
                </method>
                        <arg type='i' name='frame_id' direction='in'/>
                        <arg type='s' name='vsie' direction='in'/>
                </method>
+               <method name="EncryptPassphrase">
+                       <arg type="s" name="passphrase" direction="in"/>
+                       <arg type="s" name="enc_data" direction="out"/>
+               </method>
+               <method name="DecryptPassphrase">
+                       <arg type="s" name="enc_data" direction="in"/>
+                       <arg type="s" name="passphrase" direction="out"/>
+               </method>
                <signal name="PowerOnCompleted"></signal>
                <signal name="PowerOffCompleted"></signal>
                <signal name="PowerOperationFailed"></signal>
                        <arg type="s" name="Device" direction="in"/>
                </method>
        </interface>
-       <interface name="net.netconfig.tv_profile">
-               <method name="RequestWpsCancel">
-               </method>
-       </interface>
 </node>