Remove useless network path of the wifi interface when removing network
[platform/upstream/connman.git] / gsupplicant / gsupplicant.h
index 3b19519..b149318 100755 (executable)
@@ -400,6 +400,11 @@ int g_supplicant_interface_disconnect(GSupplicantInterface *interface,
 int g_supplicant_interface_set_bss_expiration_age(GSupplicantInterface *interface,
                                        unsigned int bss_expiration_age);
 
+#if defined TIZEN_EXT
+void g_supplicant_interface_remove_network(GSupplicantInterface *interface,
+                               GSupplicantSSID *ssid);
+#endif
+
 int g_supplicant_interface_set_apscan(GSupplicantInterface *interface,
                                                        unsigned int ap_scan);