Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpa2PersonalTest.py113 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)
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_constants.py24 WPA2_PSK_CCMP = "psk2+ccmp" variable in OpenWrtWifiSecurity