summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-11 00:29:28 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-11 00:29:28 +0100
commit0dbb44988061fa97f85bb56e5b745df9fe888cba (patch)
treedbb209aba61440720d01254ebc526f5b66a2a760 /plugins/wifi.c
parentd6558ac5058ca81e2bb25ea1ee5f20a7186e4dcf (diff)
downloadconnman-0dbb44988061fa97f85bb56e5b745df9fe888cba.tar.gz
connman-0dbb44988061fa97f85bb56e5b745df9fe888cba.tar.bz2
connman-0dbb44988061fa97f85bb56e5b745df9fe888cba.zip
Add Available and Remember properties for networks
Diffstat (limited to 'plugins/wifi.c')
-rw-r--r--plugins/wifi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/wifi.c b/plugins/wifi.c
index 39f288d7..b0ee4aef 100644
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -251,6 +251,8 @@ static void scan_result(struct connman_element *parent,
connman_element_register(element, parent);
}
+ element->available = TRUE;
+
g_free(temp);
}