Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpa2PersonalTest.py21 from acts.controllers.openwrt_lib.openwrt_constants import OpenWrtWifiSecurity
116 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
118 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
128 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
130 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_CCMP)
140 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
142 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
152 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
154 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP)
164 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