Searched refs:WEP_STRING (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanTargetSecurityTest.py | 102 target_security=hostapd_constants.WEP_STRING, 132 ssid, _ = self.setup_ap(hostapd_constants.WEP_STRING) 137 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 140 target_security=hostapd_constants.WEP_STRING, 144 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 152 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 160 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 177 target_security=hostapd_constants.WEP_STRING, 214 target_security=hostapd_constants.WEP_STRING, 250 target_security=hostapd_constants.WEP_STRING, [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_constants.py | 39 WEP_STRING = 'wep' variable 58 WEP_STRING: WEP, 74 WEP_STRING: WEP_STRING,
|
D | hostapd_utils.py | 38 if security_mode and security_mode.lower() == hostapd_constants.WEP_STRING:
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | ChannelSweepTest.py | 629 if security == hostapd_constants.WEP_STRING: 856 test_security=hostapd_constants.WEP_STRING, 869 test_security=hostapd_constants.WEP_STRING, 881 test_security=hostapd_constants.WEP_STRING,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | WifiBaseTest.py | 279 ref_5g_security = hostapd_constants.WEP_STRING 280 ref_2g_security = hostapd_constants.WEP_STRING 338 if network["security"] == hostapd_constants.WEP_STRING:
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/ |
D | WlanSecurityComplianceABGTest.py | 85 security_mode = hostapd_constants.WEP_STRING
|