Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpaPersonalTest.py164 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)
169 OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)
180 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)
185 OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_constants.py22 WPA_PSK_TKIP_AND_CCMP = "psk+tkip+ccmp" variable in OpenWrtWifiSecurity