Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpa2PersonalTest.py137 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)
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_constants.py25 WPA2_PSK_TKIP = "psk2+tkip" variable in OpenWrtWifiSecurity