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

Unified Diff: test/connect-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 comments; be more careful doing compat work 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') | « test/configure-wifi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/connect-wifi
diff --git a/test/connect-wifi b/test/connect-wifi
index 243ebde424d2bc0039fed3b8e16c876f2c5deda9..7904e0bccebafb59f72ca5df6694e84f12a64271 100755
--- a/test/connect-wifi
+++ b/test/connect-wifi
@@ -18,7 +18,7 @@ if len(sys.argv) > 2:
if len(sys.argv) > 3:
params["security"] = sys.argv[3]
else:
- params["security"] = "rsn"
+ params["security"] = "psk"
params["passphrase"] = sys.argv[2]
else:
params["security"] = "none"
« src/wifi.c ('K') | « test/configure-wifi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698