diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-11 00:29:28 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-11 00:29:28 +0100 |
commit | 0dbb44988061fa97f85bb56e5b745df9fe888cba (patch) | |
tree | dbb209aba61440720d01254ebc526f5b66a2a760 /plugins | |
parent | d6558ac5058ca81e2bb25ea1ee5f20a7186e4dcf (diff) | |
download | connman-0dbb44988061fa97f85bb56e5b745df9fe888cba.tar.gz connman-0dbb44988061fa97f85bb56e5b745df9fe888cba.tar.bz2 connman-0dbb44988061fa97f85bb56e5b745df9fe888cba.zip |
Add Available and Remember properties for networks
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/wifi.c | 2 |
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); } |