Home
last modified time | relevance | path

Searched refs:security_profile (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_utils.py56 def verify_security_mode(security_profile, valid_security_modes): argument
64 if security_profile is None:
67 elif security_profile.security_mode not in valid_security_modes:
71 (security_profile.security_mode, valid_security_modes))
74 def verify_cipher(security_profile, valid_ciphers): argument
81 if security_profile is None:
83 elif security_profile.security_mode == hostapd_constants.WPA1:
84 if security_profile.wpa_cipher not in valid_ciphers:
87 (security_profile.wpa_cipher, valid_ciphers))
88 elif security_profile.security_mode == hostapd_constants.WPA2:
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanSecurityComplianceABGTest.py147 self.security_profile = Security(security_mode=security_mode,
184 self.security_profile = None
217 security=self.security_profile,
234 security=self.security_profile,
251 security=self.security_profile,
268 security=self.security_profile,
285 security=self.security_profile,
302 security=self.security_profile,
319 security=self.security_profile,
336 security=self.security_profile,
[all …]
DWlanPhyCompliance11NTest.py149 security_profile = None
189 security_profile = Security(
194 password = security_profile.password
210 security=security_profile,
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py705 security_profile = Security(security_mode='wpa2', password=password)
710 security=security_profile,
730 security_profile = Security(security_mode='wpa2', password=password)
735 security=security_profile,
755 security_profile = Security(security_mode='wpa2', password=password)
760 security=security_profile,
780 security_profile = Security(security_mode='wpa2', password=password)
785 security=security_profile,
885 security_profile = Security(security_mode='wpa2', password=password)
890 security=security_profile,
[all …]
DChannelSweepTest.py229 def setup_ap(self, channel, channel_bandwidth, security_profile=None): argument
268 security=security_profile,
632 security_profile = Security(security_mode=security,
638 security_profile = None
640 ssid = self.setup_ap(channel, channel_bandwidth, security_profile)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DConnectionStressTest.py91 security_profile = hostapd_security.Security(
95 security_profile = None
100 security=security_profile)
DWlanTargetSecurityTest.py80 security_profile = None
83 security_profile = Security(security_mode=security_mode,
90 security=security_profile)
DWlanRebootTest.py187 security_profile = None
189 security_profile = Security(security_mode=security_mode,
196 security=security_profile)
202 security=security_profile)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/
DDhcpv4InteropTest.py91 security_profile = Security(
96 password = security_profile.password
108 security=security_profile,