From 305e8edb2cb751597b8bbafd40acf10c57b32454 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 15 Dec 2008 03:17:31 +0100 Subject: [PATCH] Trigger update process after scan results --- plugins/wifi.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.7.4