Added support to set and get prefix length.
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-wifi.xml
index 54c665a..92f7170 100755 (executable)
@@ -45,6 +45,9 @@
                </method>
                <method name="RequestBssidScan">
                </method>
+               <method name="NetlinkScan">
+                       <arg type="a{sv}" name="ssids" direction="in"/>
+               </method>
                <method name="RequestWpsCancel">
                </method>
                <method name="RequestWpsConnect">
                        <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>
                <signal name="BssidScanCompleted">
                        <arg type="a{sv}" name="Fields" direction="out"/>
                </signal>
+               <signal name="NetlinkScanCompleted">
+                       <arg type="a{sv}" name="Fields" direction="out"/>
+               </signal>
                <signal name="IpConflictEvent">
                        <arg type="a{sv}" name="Fields" direction="out"/>
                </signal>
                        <arg type="s" name="Device" direction="in"/>
                </method>
        </interface>
-       <interface name="net.netconfig.tv_profile">
-               <method name="RequestWpsCancel">
-               </method>
-       </interface>
 </node>