Chromium Code Reviews| 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 |