Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpa2PersonalTest.py161 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP_AND_CCMP)
164 OpenWrtWifiSecurity.WPA2_PSK_TKIP_AND_CCMP)
174 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP_AND_CCMP)
177 OpenWrtWifiSecurity.WPA2_PSK_TKIP_AND_CCMP)
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_constants.py26 WPA2_PSK_TKIP_AND_CCMP = "psk2+tkip+ccmp" variable in OpenWrtWifiSecurity