Searched refs:encryption (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiScannerTests.config | 4 …[{"ssid": "Test_1", "key": "hahahaha", "encryption": "psk2"},{"ssid": "Test_1.1", "key": "hahahaha… 5 …"ssid": "Test_1.2", "key": "hahahaha", "encryption": "psk2"},{"ssid": "Test_1.3", "key": "hahahaha… 6 …{"ssid": "Test_40", "key": "hahahaha", "encryption": "psk2"},{"ssid": "Test_40.1", "key": "hahahah… 7 …ssid": "Test_40.2", "key": "hahahaha", "encryption": "psk2"},{"ssid": "Test_40.3", "key": "hahahah… 10 …[{"ssid": "Test_6", "key": "hahahaha", "encryption": "psk"}, {"ssid": "Test_6.1", "key": "hahahaha… 11 …ssid": "Test_6.2", "key": "hahahaha", "encryption": "psk2"}, {"ssid": "Test_6.3", "key": "hahahah… 12 …{"ssid": "Test_40", "key": "hahahaha", "encryption": "psk"}, {"ssid": "Test_40.1", "key": "hahahah… 13 …sid": "Test_40.3", "key": "hahahaha", "encryption": "psk2"}, {"ssid": "Test_40.2", "key": "hahahah… 16 …"ssid": "Test_10", "key": "hahahaha", "encryption": "psk2"}, {"ssid": "Test_10.1", "key": "hahahah… 17 …sid": "Test_10.2", "key": "hahahaha", "encryption": "psk2"}, {"ssid": "Test_10.3", "key": "hahahah… [all …]
|
D | WifiWpa2PersonalTest.py | 85 def verify_wpa_network_encryption(self, encryption): argument 87 if encryption == 'psk2+ccmp': 92 'DUT does not connect to {} encryption network'.format(encryption)) 93 elif encryption == 'psk2+tkip': 98 'DUT does not connect to {} encryption network'.format(encryption)) 99 elif encryption == 'psk2+tkip+ccmp': 104 'DUT does not connect to {} encryption network'.format(encryption))
|
D | WifiWpaPersonalTest.py | 76 def verify_wpa_network_encryption(self, encryption): argument 78 if encryption == "psk+ccmp": 82 "DUT does not connect to {} encryption network".format(encryption)) 83 elif encryption == "psk+tkip": 87 "DUT does not connect to {} encryption network".format(encryption)) 88 elif encryption == "psk+tkip+ccmp": 92 "DUT does not connect to {} encryption network".format(encryption))
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | openwrt_ap.py | 258 def set_wpa_encryption(self, encryption): argument 280 target_psk_pattern = re.match(r"psk\b", encryption) 282 target_psk2_pattern = re.match(r"psk2\b", encryption) 287 i, encryption)) 292 i, encryption))
|
/tools/repohooks/tools/ |
D | spelling.txt | 569 encrypiton||encryption 570 encryptio||encryption
|