Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_utils.py31 def verify_security_mode(security_profile, valid_security_modes): argument
39 if security_profile is None:
42 elif security_profile.security_mode not in valid_security_modes:
46 (security_profile.security_mode, valid_security_modes))
49 def verify_cipher(security_profile, valid_ciphers): argument
56 if security_profile is None:
58 elif security_profile.security_mode == hostapd_constants.WPA1:
59 if security_profile.wpa_cipher not in valid_ciphers:
62 (security_profile.wpa_cipher, valid_ciphers))
63 elif security_profile.security_mode == hostapd_constants.WPA2:
[all …]
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanSecurityComplianceABGTest.py97 self.security_profile = Security(security_mode=security_mode,
134 self.security_profile = None
168 security=self.security_profile,
181 security=self.security_profile,
194 security=self.security_profile,
207 security=self.security_profile,
220 security=self.security_profile,
233 security=self.security_profile,
246 security=self.security_profile,
259 security=self.security_profile,
[all …]
DWlanRvrTest.py643 security_profile = Security(security_mode='wpa2', password=password)
648 security=security_profile,
667 security_profile = Security(security_mode='wpa2', password=password)
672 security=security_profile,
691 security_profile = Security(security_mode='wpa2', password=password)
696 security=security_profile,
715 security_profile = Security(security_mode='wpa2', password=password)
720 security=security_profile,
819 security_profile = Security(security_mode='wpa2', password=password)
824 security=security_profile,
[all …]
DWlanPhyCompliance11NTest.py135 security_profile = None
171 security_profile = Security(security_mode=SECURITY_WPA2,
175 password = security_profile.password
186 security=security_profile,