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

Unified Diff: include/wifi.h

Issue 6609007: flimflam: add "psk" security as a way to specify either "wpa" or "rsn" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: add backwards compat Created 9 years, 10 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/service.h ('k') | plugins/newwifi.c » ('j') | src/service.c » ('J')
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 4777e084ab238966a467bc77e757c0f1aaf16836..caec8b362339e5cf0677936b4c12ae24e9fca5f6 100644
--- a/include/wifi.h
+++ b/include/wifi.h
@@ -30,6 +30,9 @@ char *connman_wifi_build_group_name(const unsigned char *ssid,
unsigned int ssid_len,
const char *mode,
const char *security);
+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);
#define CONNMAN_WIFI_EAP_IDENTITY "WiFi.EAP.Identity"
#define CONNMAN_WIFI_EAP_EAP "WiFi.EAP.EAP"
« no previous file with comments | « include/service.h ('k') | plugins/newwifi.c » ('j') | src/service.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698