Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: plugins/newwifi.c

Issue 6659006: flimflam: add support for multiple profiles (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: more ers comments Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « plugins/crypto_rot47.c ('k') | src/connman.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/newwifi.c
diff --git a/plugins/newwifi.c b/plugins/newwifi.c
index 6e8b3d588ea93ec3ebcd717710d5ad311bab9889..669bfd7967c18e1314e2d6284c85052f013532e1 100644
--- a/plugins/newwifi.c
+++ b/plugins/newwifi.c
@@ -1296,9 +1296,7 @@ static int build_scan_request(struct supplicant_scan_request *request)
request->scan_type = "active";
request->ssids = NULL;
- ret = connman_service_append_hidden_ssids(&request->ssids);
- if (ret < 0)
- return ret;
+ connman_wifi_append_hidden_ssids(&request->ssids);
if (request->ssids != NULL) {
/*
« no previous file with comments | « plugins/crypto_rot47.c ('k') | src/connman.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698