gsupplicant: Add a function to enable or disable the selected network
[platform/upstream/connman.git] / gsupplicant / gsupplicant.h
index 49815e1..c710679 100644 (file)
@@ -200,6 +200,9 @@ unsigned int g_supplicant_interface_get_mode(GSupplicantInterface *interface);
 unsigned int g_supplicant_interface_get_max_scan_ssids(
                                        GSupplicantInterface *interface);
 
+int g_supplicant_interface_enable_selected_network(GSupplicantInterface *interface,
+                                                       dbus_bool_t enable);
+
 /* Network API */
 struct _GSupplicantNetwork;