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:
418 networks_dict["2g"]["security"] = hostapd_constants.ENT_STRING
420 networks_dict["5g"]["security"] = hostapd_constants.ENT_STRING
433 networks_dict["2g"]["security"] = hostapd_constants.ENT_STRING
435 networks_dict["5g"]["security"] = hostapd_constants.ENT_STRING
543 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.py44 ENT_STRING = 'ent' variable