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

Unified Diff: server/site_wlan_connect.py

Issue 6030011: Rearrange EAP setup so that it is more parameterizable for other EAP types (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Whitespace Created 9 years, 12 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
« server/site_eap.py ('K') | « server/site_wifitest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_wlan_connect.py
diff --git a/server/site_wlan_connect.py b/server/site_wlan_connect.py
index c4f9e96dc58b5bcf12b70b737a13fefbb2e7a729..ad33211992ef76f3c4d262be33a162e2ba8efae3 100644
--- a/server/site_wlan_connect.py
+++ b/server/site_wlan_connect.py
@@ -161,6 +161,8 @@ def main(argv):
connection_settings['CertPath']) = cert_args[:2]
if len(cert_args) > 2:
connection_settings['AuthorityPath'] = cert_args[2]
+ if len(cert_args) > 3:
+ connection_settings['Passphrase'] = cert_args[3]
Paul Stewart 2011/01/05 22:28:29 Instead of continuing to tack on optional paramete
else:
connection_settings['Passphrase'] = psk
« server/site_eap.py ('K') | « server/site_wifitest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698