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

Unified Diff: include/wifi.h

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 | « include/storage.h ('k') | plugins/crypto_descbc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/wifi.h
diff --git a/include/wifi.h b/include/wifi.h
index a55d10ca315efc19ff1e3c411bbd4098da713385..276efbfe263301497ca132214d432c0a37fb4bf3 100644
--- a/include/wifi.h
+++ b/include/wifi.h
@@ -34,6 +34,8 @@ char *connman_wifi_build_group(const char *addr, const char *name,
const unsigned char *ssid, unsigned int ssid_len,
const char *mode, const char *security);
+void connman_wifi_append_hidden_ssids(GSList **hidden_ssids);
+
#define CONNMAN_WIFI_AUTHMODE "WiFi.AuthMode"
#define CONNMAN_WIFI_EAP_IDENTITY "WiFi.EAP.Identity"
« no previous file with comments | « include/storage.h ('k') | plugins/crypto_descbc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698