Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py946 test_security=hostapd_constants.WPA3_STRING,
959 test_security=hostapd_constants.WPA3_STRING,
971 test_security=hostapd_constants.WPA3_STRING,
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py64 self.wpa3 = security_mode == hostapd_constants.WPA3_STRING
76 or security_mode == hostapd_constants.WPA3_STRING):
Dhostapd_constants.py42 WPA3_STRING = 'wpa3' variable