Home
last modified time | relevance | path

Searched refs:WEP_STRING (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py585 if security == hostapd_constants.WEP_STRING:
794 test_security=hostapd_constants.WEP_STRING,
807 test_security=hostapd_constants.WEP_STRING,
819 test_security=hostapd_constants.WEP_STRING,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py203 ref_5g_security = hostapd_constants.WEP_STRING
204 ref_2g_security = hostapd_constants.WEP_STRING
262 if network["security"] == hostapd_constants.WEP_STRING:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py80 elif security_mode == hostapd_constants.WEP_STRING:
Dhostapd_constants.py53 WEP_STRING = 'wep' variable