if (service->network != NULL)
connman_network_set_string(service->network,
"WiFi.Passphrase", service->passphrase);
+
+ __connman_storage_save_service(service);
}
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
connman_service_set_favorite(service, FALSE);
+ __connman_storage_save_service(service);
+
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
}
service->identifier = g_strdup(identifier);
+ __connman_storage_load_service(service);
+
iter = g_sequence_insert_sorted(service_list, service,
service_compare, NULL);