Home
last modified time | relevance | path

Searched refs:SECURITY (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpa3EnterpriseTest.py73 WifiEnums.SECURITY: WPA3_SECURITY,
88 WifiEnums.SECURITY: WPA3_SECURITY,
105 WifiEnums.SECURITY: WPA3_SECURITY,
126 WifiEnums.SECURITY: WPA3_SECURITY,
147 WifiEnums.SECURITY: WPA3_SECURITY,
165 WifiEnums.SECURITY: WPA3_SECURITY,
183 WifiEnums.SECURITY: WPA3_SECURITY,
201 WifiEnums.SECURITY: WPA3_SECURITY,
DWifiBridgedApTest.py303 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
343 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
392 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
439 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
496 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
543 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
590 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
632 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
682 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
756 config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA3_SAE
[all …]
DWifiDppTest.py191 wutils.WifiEnums.SECURITY: security
224 security == network[wutils.WifiEnums.SECURITY] and \
DWifiSoftApTest.py286 softap_config[WifiEnums.SECURITY] = security
1217 sap_config[WifiEnums.SECURITY] = WifiEnums.SoftApSecurityType.WPA2
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py81 SECURITY = "security" # Used for Wifi & SoftAp variable in WifiEnums
1004 config[WifiEnums.SECURITY] = security
1062 wifi_config[WifiEnums.SECURITY] = security
1102 if WifiEnums.SECURITY in wifi_config and wifi_config[
1103 WifiEnums.SECURITY] == WifiEnums.SoftApSecurityType.OPEN:
1104 del wifi_config[WifiEnums.SECURITY]
1114 if WifiEnums.SECURITY in wifi_config:
1116 wifi_ap[WifiEnums.SECURITY] == wifi_config[WifiEnums.SECURITY],