Searched refs:OpenWrtWifiSecurity (Results 1 – 3 of 3) sorted by relevance
22 from acts.controllers.openwrt_lib.openwrt_constants import OpenWrtWifiSecurity105 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)109 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)120 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)124 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA_PSK_CCMP)135 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP)139 self.verify_wpa_network_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP)150 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP)164 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)169 OpenWrtWifiSecurity.WPA_PSK_TKIP_AND_CCMP)[all …]
21 from acts.controllers.openwrt_lib.openwrt_constants import OpenWrtWifiSecurity113 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)137 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)161 self.openwrt.set_wpa_encryption(OpenWrtWifiSecurity.WPA2_PSK_TKIP_AND_CCMP)[all …]
17 class OpenWrtWifiSecurity: class