Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py832 test_security=hostapd_constants.WPA_STRING,
845 test_security=hostapd_constants.WPA_STRING,
857 test_security=hostapd_constants.WPA_STRING,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py260 if network["security"] == hostapd_constants.WPA_STRING:
395 security_mode=hostapd_constants.WPA_STRING)
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py71 if security_mode == hostapd_constants.WPA_STRING:
Dhostapd_constants.py39 WPA_STRING = 'wpa' variable