Searched refs:_set_security (Results 1 - 6 of 6) sorted by relevance

/external/autotest/server/cros/ap_configurators/
H A Dlinksyswrt600_ap_configurator.py129 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 DbelkinF9K1102_ap_configurator.py223 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 DbelkinF9K1103_ap_configurator.py228 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 DbelkinF9K1105_ap_configurator.py246 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 Dbuffaloag300h_ap_configurator.py147 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 Dwesterndigitaln600_ap_configurator.py302 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