Home
last modified time | relevance | path

Searched refs:WPA2_STRING (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py870 test_security=hostapd_constants.WPA2_STRING,
883 test_security=hostapd_constants.WPA2_STRING,
895 test_security=hostapd_constants.WPA2_STRING,
DWlanPhyCompliance11ACTest.py84 WPA2_SECURITY = Security(security_mode=hostapd_constants.WPA2_STRING,
DVapeInteropTest.py55 security_mode=hostapd_constants.WPA2_STRING,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py55 security_mode=hostapd_constants.WPA2_STRING,
256 if network["security"] == hostapd_constants.WPA2_STRING:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/netstack/
DNetstackIxiaTest.py53 security_modes = [None, hostapd_constants.WPA2_STRING]
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py75 elif (security_mode == hostapd_constants.WPA2_STRING
Dhostapd_constants.py40 WPA2_STRING = 'wpa2' variable