Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py68 ref_5g_security = hostapd_constants.WPA2_STRING
69 ref_2g_security = hostapd_constants.WPA2_STRING
191 if network["security"] == hostapd_constants.WPA2_STRING:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py60 elif security_mode == hostapd_constants.WPA2_STRING:
Dhostapd_constants.py32 WPA2_STRING = 'wpa2' variable