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 | 103 target_security=hostapd_constants.WEP_STRING, 133 ssid, _ = self.setup_ap(hostapd_constants.WEP_STRING) 138 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 141 target_security=hostapd_constants.WEP_STRING, 145 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 153 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 161 ssid, password = self.setup_ap(hostapd_constants.WEP_STRING) 178 target_security=hostapd_constants.WEP_STRING, 215 target_security=hostapd_constants.WEP_STRING, 251 target_security=hostapd_constants.WEP_STRING, [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_constants.py | 41 WEP_STRING = 'wep' variable 60 WEP_STRING: WEP, 76 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 | 627 if security == hostapd_constants.WEP_STRING: 854 test_security=hostapd_constants.WEP_STRING, 867 test_security=hostapd_constants.WEP_STRING, 879 test_security=hostapd_constants.WEP_STRING,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | WifiBaseTest.py | 337 ref_5g_security = hostapd_constants.WEP_STRING 338 ref_2g_security = hostapd_constants.WEP_STRING 396 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
|