Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py80 elif security_mode == hostapd_constants.WEP_STRING:
Dhostapd_constants.py49 WEP_STRING = 'wep' variable
/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: