/system/connectivity/shill/test-rpc-proxy/ |
proxy_rpc_security_types.cc | 44 const std::string& security_type = (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; local 45 if (security_type == "SecurityConfig") { 48 if (security_type == "WEPConfig") { 51 if (security_type == "WPAConfig") { 54 LOG(FATAL) << "Unexpected object received. Received: " << security_type;
|
/external/autotest/server/cros/ap_configurators/ |
keeboxw150nr_ap_configurator.py | 134 self.wait_for_object_by_id('security_type') 135 self.select_item_from_popup_by_id('Disable', 'security_type') 204 self.wait_for_object_by_id('security_type') 205 self.select_item_from_popup_by_id('WEP', 'security_type') 219 self.wait_for_object_by_id('security_type') 221 self.select_item_from_popup_by_id('WPA Only', 'security_type') 223 self.select_item_from_popup_by_id('WPA2 Only', 'security_type')
|
belkinF9k1002v4_ap_configurator.py | 19 security_popup = '//select[@name="security_type"]'
|
trendnet654tr_ap_configurator.py | 127 self.wait_for_object_by_id('security_type') 129 self.select_item_from_popup_by_id(item, 'security_type') 138 self.wait_for_object_by_id('security_type') 140 self.select_item_from_popup_by_id(item, 'security_type') 152 self.wait_for_object_by_id('security_type') 157 self.select_item_from_popup_by_id(wpa_item, 'security_type')
|
dlink_dir300_ap_configurator.py | 34 Returns if a given security_type is supported. 163 self.select_item_from_popup_by_id(security_disabled, 'security_type') 174 self.select_item_from_popup_by_id(security_wep, 'security_type', 193 self.select_item_from_popup_by_id(wpa_item, 'security_type')
|
netgear_single_band_configurator.py | 128 xpath = '//input[@name="security_type" and @value="Disable"]' 138 xpath = '//input[@name="security_type" and @value="WEP"]' 158 xpath = '//input[@name="security_type" and @value="WPA-PSK"]' 160 xpath = '//input[@name="security_type" and @value="WPA2-PSK"]'
|
westerndigitaln600_ap_configurator.py | 302 def _set_security(self, security_type, wait_path=None): 304 sec_id = 'security_type' 309 if self.item_in_popup_by_id_exist(security_type, sec_id): 310 self.select_item_from_popup_by_id(security_type, sec_id, 313 elif security_type == 'WEP': 314 raise RuntimeError('Could not find WEP security_type in dropdown. ' 319 (sec_id, security_type))
|
netgear_WNDR_dual_band_configurator.py | 196 xpath = '//input[@name="security_type"]' 209 xpath = '//input[@name="security_type" and @value="WEP" and\ 247 xpath = ('//input[@name="security_type" and @value="%s"]' % wpa_item)
|
netgear3700_ap_configurator.py | 102 xpath = ('//input[@name="security_type" and @value="WEP"]')
|
belkinF9K_ap_configurator.py | 28 security_popup = '//select[@name="security_type"]' 88 Returns if a given security_type is supported.
|
ap_configurator.py | 161 Returns if a given security_type is supported.
|
belkinWRTR_ap_configurator.py | 19 Returns if a given security_type is supported.
|
dlink_dir505l_ap_configurator.py | 55 Returns if a given security_type is supported.
|
dlinkwbr1310_ap_configurator.py | 56 Returns if a given security_type is supported.
|
netgear4300_ap_configurator.py | 145 xpath = ('//input[@name="security_type" and @value="WEP" and '
|
trendnet812dru_ap_configurator.py | 37 Returns if a given security_type is supported.
|
belkin_ap_configurator.py | 65 Returns if a given security_type is supported.
|
buffalo_ap_configurator.py | 54 Returns if a given security_type is supported.
|
dlink_dwl2100_ap_configurator.py | 66 Returns if a given security_type is supported.
|
static_ap_configurator.py | 230 Returns if a given security_type is supported.
|
asus_ap_configurator.py | 64 Returns if a given security_type is supported.
|
belkinF9K1102_ap_configurator.py | 58 Returns if a given security_type is supported.
|
belkinF9K1103_ap_configurator.py | 77 Returns if a given security_type is supported.
|
belkinF9K1105_ap_configurator.py | 56 Returns if a given security_type is supported.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiFormPageType.java | 38 CHOOSE_SECURITY(FormPageDisplayer.DISPLAY_TYPE_LIST_CHOICE, R.string.security_type, 0,
|