[net-config]: Add support of new methods related to autoscan
[platform/core/connectivity/net-config.git] / include / wifi-background-scan.h
index 2cd3493..486fc1c 100755 (executable)
@@ -38,6 +38,10 @@ void netconfig_wifi_set_bgscan_pause(gboolean pause);
 gboolean handle_set_bgscan(Wifi *wifi, GDBusMethodInvocation *context, guint scan_mode);
 gboolean handle_resume_bgscan(Wifi *wifi, GDBusMethodInvocation *context);
 gboolean handle_pause_bgscan(Wifi *wifi, GDBusMethodInvocation *context);
+gboolean handle_get_autoscan(Wifi *wifi, GDBusMethodInvocation *context);
+gboolean handle_get_autoscanmode(Wifi *wifi, GDBusMethodInvocation *context);
+
+
 
 
 #ifdef __cplusplus