Signal strength criteria for 5GHz changed
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-network-state.xml
index f0000a3..57f7938 100755 (executable)
                        <arg type="s" name="address" direction="out"/>
                </method>
        </interface>
+       <interface name="net.netconfig.tcpdump">
+               <method name="StartTCPDump">
+               </method>
+               <method name="StopTCPDump">
+               </method>
+               <method name="GetTCPDumpState">
+                       <arg type="b" name="state" direction="out"/>
+               </method>
+       </interface>
+       <interface name="net.netconfig.battery">
+               <method name="GetBatteryDnList">
+                       <arg type="aa{sv}" name="dn_list" direction="out"/>
+               </method>
+               <method name="GetBatteryWifiList">
+                       <arg type="aa{sv}" name="wifi_list" direction="out"/>
+               </method>
+       </interface>
 </node>