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

Unified Diff: test/configure-wifi

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
« src/wifi.c ('K') | « src/wifi.c ('k') | test/connect-wifi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/configure-wifi
diff --git a/test/configure-wifi b/test/configure-wifi
index a1453e9c19d04a194a992625a4593a62c29131b9..9175c38af5afdc910f10e161d9e92b8c1ab3893e 100644
--- a/test/configure-wifi
+++ b/test/configure-wifi
@@ -16,7 +16,7 @@ if len(sys.argv) > 2:
if len(sys.argv) > 3:
security = sys.argv[3]
else:
- security = "rsn"
+ security = "psk"
passphrase = sys.argv[2]
else:
security = "none"
« src/wifi.c ('K') | « src/wifi.c ('k') | test/connect-wifi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698