Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpaPersonalTest.py22 from acts.controllers.openwrt_lib.openwrt_constants import OpenWrtWifiSecurity
105 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)
109 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)
120 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)
124 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)
135 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP)
139 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP)
150 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP)
164 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)
169 OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)
[all …]
DWifiWpa2PersonalTest.py21 from acts.controllers.openwrt_lib.openwrt_constants import OpenWrtWifiSecurity
113 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
115 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
125 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
127 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
137 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
139 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
149 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
151 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
161 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP_AND_CCMP)
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_constants.py17 class OpenWrtWifiSecurity: class