Home
last modified time | relevance | path

Searched refs:get_capability (Results 1 – 23 of 23) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_owe.py23 if "OWE" not in dev[0].get_capability("key_mgmt"):
55 if "OWE" not in dev[0].get_capability("key_mgmt"):
91 if "OWE" not in dev[0].get_capability("key_mgmt"):
143 if "OWE" not in dev[0].get_capability("key_mgmt"):
187 if "OWE" not in dev[0].get_capability("key_mgmt"):
252 if "OWE" not in dev[0].get_capability("key_mgmt"):
288 if "OWE" not in dev[0].get_capability("key_mgmt"):
340 if "OWE" not in dev[0].get_capability("key_mgmt"):
395 if "OWE" not in dev[0].get_capability("key_mgmt"):
415 if "OWE" not in dev[0].get_capability("key_mgmt"):
[all …]
Dutils.py97 res = dev.get_capability("fips")
107 res = dev.get_capability("fips")
108 if "TKIP" not in dev.get_capability("pairwise") or \
109 "TKIP" not in dev.get_capability("group"):
113 if "WEP40" not in dev.get_capability("group"):
117 if "SAE" not in dev.get_capability("auth_alg"):
121 capab = dev.get_capability("sae")
126 capab = dev.get_capability("erp")
131 capa = dev.get_capability("fils")
136 capa = dev.get_capability("fils")
Dtest_ap_ciphers.py23 if cipher not in dev.get_capability("pairwise"):
25 if group_cipher and group_cipher not in dev.get_capability("group"):
43 if cipher not in dev.get_capability("group_mgmt"):
321 if cipher not in dev[0].get_capability("pairwise"):
323 if cipher not in dev[0].get_capability("group"):
491 group_mgmt = dev[0].get_capability("group_mgmt")
581 if "GCMP" not in dev[0].get_capability("pairwise"):
638 if "GCMP" not in dev[0].get_capability("pairwise"):
653 if "GCMP" not in dev[0].get_capability("pairwise"):
1126 if cipher not in dev[0].get_capability("pairwise") or \
[all …]
Dtest_wpas_ctrl.py81 if "SAE" not in dev[0].get_capability("auth_alg"):
149 if "WEP40" in dev[0].get_capability("group"):
210 if "WEP40" in dev[0].get_capability("group"):
1010 res = dev[0].get_capability("eap")
1014 res = dev[0].get_capability("pairwise")
1018 res = dev[0].get_capability("group")
1022 res = dev[0].get_capability("key_mgmt")
1026 res = dev[0].get_capability("key_mgmt iftype=STATION")
1033 res = dev[0].get_capability("key_mgmt iftype=" + i)
1036 res = dev[0].get_capability("proto")
[all …]
Dtest_suite_b.py16 if "GCMP" not in dev[0].get_capability("pairwise"):
18 if "BIP-GMAC-128" not in dev[0].get_capability("group_mgmt"):
20 if "WPA-EAP-SUITE-B" not in dev[0].get_capability("key_mgmt"):
156 if "GCMP-256" not in dev[0].get_capability("pairwise"):
158 if "BIP-GMAC-256" not in dev[0].get_capability("group_mgmt"):
160 if "WPA-EAP-SUITE-B-192" not in dev[0].get_capability("key_mgmt"):
Dtest_wpas_config.py202 capa['mesh'] = "MESH" in wpas.get_capability("modes")
203 capa['sae'] = "SAE" in wpas.get_capability("auth_alg")
604 supported_key_mgmts = dev[0].get_capability("key_mgmt")
Dtest_ap_mixed.py19 sae = "SAE" in dev[2].get_capability("auth_alg")
Dtest_erp.py228 res = dev.get_capability("eap")
271 eap_methods = dev[0].get_capability("eap")
334 eap_methods = dev[0].get_capability("eap")
Dtest_ap_config.py531 if "WEP40" in dev[0].get_capability("group"):
581 if "WEP40" in dev[0].get_capability("group"):
Dtest_pasn.py27 if "PASN" not in dev.get_capability("auth_alg"):
968 if "OWE" not in wpas.get_capability("key_mgmt"):
999 if "OWE" not in wpas.get_capability("key_mgmt"):
Dtest_wpas_ap.py441 res = dev[0].get_capability("acs")
573 if "WEP40" in dev[0].get_capability("group"):
Dtest_sigma_dut.py1146 if "OWE" not in dev[0].get_capability("key_mgmt"):
1207 if "OWE" not in dev[0].get_capability("key_mgmt"):
1233 if "OWE" not in dev[0].get_capability("key_mgmt"):
1254 if "OWE" not in dev[0].get_capability("key_mgmt"):
1286 if "OWE" not in dev[0].get_capability("key_mgmt"):
1302 if "OWE" not in dev[0].get_capability("key_mgmt"):
1328 if "OWE" not in dev[0].get_capability("key_mgmt"):
Dtest_wpas_mesh.py25 if "MESH" not in dev.get_capability("modes"):
535 if cipher not in dev[0].get_capability("pairwise"):
Dtest_ap_ft.py640 if cipher not in dev[0].get_capability("group_mgmt"):
1050 if cipher and cipher not in dev[0].get_capability("group_mgmt"):
2275 if "GCMP-256" not in dev[0].get_capability("pairwise"):
Dtest_sae.py3061 if cipher not in dev[0].get_capability("pairwise"):
3063 if group_cipher not in dev[0].get_capability("group"):
Dwpasupplicant.py1318 def get_capability(self, field): member in WpaSupplicant
Dtest_scan.py1605 res = dev.get_capability("multibss")
Dtest_gas.py1946 capa = dev[0].get_capability("fils")
Dtest_ap_hs20.py2839 if "WEP40" in dev[2].get_capability("group"):
Dtest_ap_eap.py42 res = dev.get_capability("eap")
Dtest_ap_wps.py10370 if cipher not in dev[0].get_capability("pairwise"):
/hostap-latest/wpa_supplicant/
DREADME783 get_capability <eap/pairwise/group/key_mgmt/proto/auth_alg> = get capabilities
DChangeLog625 * added DFS indicator to get_capability freq
705 * added "get_capability tdls" command