Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py264 if network["security"] == hostapd_constants.ENT_STRING:
413 networks_dict["2g"]["security"] = hostapd_constants.ENT_STRING
415 networks_dict["5g"]["security"] = hostapd_constants.ENT_STRING
428 networks_dict["2g"]["security"] = hostapd_constants.ENT_STRING
430 networks_dict["5g"]["security"] = hostapd_constants.ENT_STRING
538 elif network["security"] == hostapd_constants.ENT_STRING:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py82 elif security_mode == hostapd_constants.ENT_STRING:
Dhostapd_constants.py40 ENT_STRING = 'ent' variable