Searched refs:_set_security (Results 1 - 6 of 6) sorted by relevance
/external/autotest/server/cros/ap_configurators/ |
H A D | linksyswrt600_ap_configurator.py | 129 def _set_security(self, sec_type, look_for=None): member in class:LinksysWRT600APConfigurator 150 self._set_security(' Disabled') 161 self._set_security(' WEP', look_for=text_field) 180 self._set_security(wpa_item, look_for=key_field)
|
H A D | belkinF9K1102_ap_configurator.py | 223 def _set_security(self, option, wait_for_xpath=None): member in class:BelkinF9K1102APConfigurator 244 self._set_security('Off') 260 self._set_security('64bit WEP', wait_for_xpath=text_field) 284 self._set_security('WPA/WPA2-Personal(PSK)', wait_for_xpath=auth_popup)
|
H A D | belkinF9K1103_ap_configurator.py | 228 def _set_security(self, option, wait_for_xpath=None): member in class:BelkinF9K1103APConfigurator 249 self._set_security('Disabled') 265 self._set_security('64bit WEP', wait_for_xpath=text_field) 282 self._set_security('WPA/WPA2-Personal (PSK)', wait_for_xpath=auth_popup)
|
H A D | belkinF9K1105_ap_configurator.py | 246 def _set_security(self, option, wait_for_xpath=None): member in class:BelkinF9K1105APConfigurator 267 self._set_security('Disabled') 283 self._set_security('64bit WEP', wait_for_xpath=text_field) 301 self._set_security('WPA/WPA2-Personal (PSK)', wait_for_xpath=auth_popup)
|
H A D | buffaloag300h_ap_configurator.py | 147 def _set_security(self, mode, wait_for_xpath=None): member in class:Buffaloag300hAPConfigurator 157 self._set_security('Disabled') 171 self._set_security('WEP', wait_for_xpath=text_field) 198 self._set_security(wpa_item, wait_for_xpath=key_field)
|
H A D | westerndigitaln600_ap_configurator.py | 302 def _set_security(self, security_type, wait_path=None): member in class:WesternDigitalN600APConfigurator 327 self._set_security('None') 341 self._set_security('WEP', text) 357 self._set_security('WPA - Personal', '//input[@id="%s"]' % text) 359 self._set_security('WPA2 - Personal', '//input[@id="%s"]' % text)
|
Completed in 321 milliseconds