From: Marcel Holtmann Date: Mon, 15 Dec 2008 02:17:31 +0000 (+0100) Subject: Trigger update process after scan results X-Git-Tag: 0.4~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=305e8edb2cb751597b8bbafd40acf10c57b32454;p=platform%2Fupstream%2Fconnman.git Trigger update process after scan results --- diff --git a/plugins/wifi.c b/plugins/wifi.c index 1a057a9..4459a27 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -366,6 +366,8 @@ static void scan_result(struct connman_element *device, connman_element_set_static_property(element, "Strength", DBUS_TYPE_BYTE, &element->strength); + + connman_element_update(element); } data->current = g_slist_append(data->current, element);