summaryrefslogtreecommitdiff
path: root/gsupplicant/gsupplicant.h
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2016-06-15 16:13:46 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2016-06-17 03:31:23 -0700
commitd6b5205c4674173e05d9fc421dcf898314c62d8d (patch)
tree3c5cea428c0b636e3aac7af671bfb009a992536f /gsupplicant/gsupplicant.h
parenta59c6e4a0176ca9ad05c1980dcebfbb07b8a188f (diff)
downloadconnman-d6b5205c4674173e05d9fc421dcf898314c62d8d.tar.gz
connman-d6b5205c4674173e05d9fc421dcf898314c62d8d.tar.bz2
connman-d6b5205c4674173e05d9fc421dcf898314c62d8d.zip
[SPIN] request RemoveNetwork when disconnected to stop scanning in supplicant.
Change-Id: I4248b2de4d00d4218dcfac078bcda3e95db83896 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'gsupplicant/gsupplicant.h')
-rwxr-xr-xgsupplicant/gsupplicant.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsupplicant/gsupplicant.h b/gsupplicant/gsupplicant.h
index 776f6136..9d53d161 100755
--- a/gsupplicant/gsupplicant.h
+++ b/gsupplicant/gsupplicant.h
@@ -291,6 +291,9 @@ int g_supplicant_interface_disconnect(GSupplicantInterface *interface,
GSupplicantInterfaceCallback callback,
void *user_data);
+#if defined TIZEN_EXT
+int g_supplicant_interface_remove_network(GSupplicantInterface *interface);
+#endif
int g_supplicant_interface_set_apscan(GSupplicantInterface *interface,
unsigned int ap_scan);