| Index: server/site_wifitest.py
|
| diff --git a/server/site_wifitest.py b/server/site_wifitest.py
|
| index 85f6adb9fe75f6443bbd5ecd47548a9565131c3e..cb1c02727c44968751733c7787d918a5dd10ac5a 100644
|
| --- a/server/site_wifitest.py
|
| +++ b/server/site_wifitest.py
|
| @@ -8,6 +8,7 @@ from autotest_lib.server import autotest, hosts, subcommand
|
| from autotest_lib.server import site_bsd_router
|
| from autotest_lib.server import site_linux_router
|
| from autotest_lib.server import site_host_attributes
|
| +from autotest_lib.server import site_eap_tls
|
|
|
| class NotImplemented(Exception):
|
| def __init__(self, what):
|
| @@ -210,6 +211,10 @@ class WiFiTest(object):
|
| script_client_file,
|
| delete_dest=True)
|
|
|
| + if 'eap-tls' in params:
|
| + params.update(site_eap_tls.client_config(self.client,
|
| + params['eap-tls']))
|
| +
|
| result = self.client.run('python "%s" "%s" "%s" "%s" "%d" "%d"' %
|
| (script_client_file,
|
| params.get('ssid', self.wifi.get_ssid()),
|
|
|