Searched refs:_set_authentication (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/ap_configurators/ |
D | asus_qis_ap_configurator.py | 15 def _set_authentication(self, authentication, wait_for_xpath=None): member in AsusQISAPConfigurator 132 self._set_authentication('Open System') 143 self._set_authentication('Shared Key', wait_for_xpath=popup) 163 self._set_authentication('WPA-Personal', wait_for_xpath=key_field, 166 self._set_authentication('WPA2-Personal', wait_for_xpath=key_field,
|
D | asus_ap_configurator.py | 19 def _set_authentication(self, authentication, wait_for_xpath=None): member in AsusAPConfigurator 207 self._set_authentication('Open System', wait_for_xpath=popup) 222 self._set_authentication('Open System', wait_for_xpath=popup) 246 self._set_authentication('WPA-Personal', 249 self._set_authentication('WPA2-Personal',
|