gsupplicant: Add a method to set interface's country property
[platform/upstream/connman.git] / gsupplicant / gsupplicant.h
index 0f586a1..23ccf19 100644 (file)
@@ -220,6 +220,10 @@ unsigned int g_supplicant_interface_get_max_scan_ssids(
 
 int g_supplicant_interface_enable_selected_network(GSupplicantInterface *interface,
                                                        dbus_bool_t enable);
+int g_supplicant_interface_set_country(GSupplicantInterface *interface,
+                                       GSupplicantCountryCallback callback,
+                                                       const char *alpha2,
+                                                       void *user_data);
 
 /* Network API */
 struct _GSupplicantNetwork;