Searched refs:get_capability (Results 1 – 23 of 23) sorted by relevance
23 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 …]
97 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")
23 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 …]
81 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 …]
16 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"):
202 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")
19 sae = "SAE" in dev[2].get_capability("auth_alg")
228 res = dev.get_capability("eap")271 eap_methods = dev[0].get_capability("eap")334 eap_methods = dev[0].get_capability("eap")
531 if "WEP40" in dev[0].get_capability("group"):581 if "WEP40" in dev[0].get_capability("group"):
27 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"):
441 res = dev[0].get_capability("acs")573 if "WEP40" in dev[0].get_capability("group"):
1146 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"):
25 if "MESH" not in dev.get_capability("modes"):535 if cipher not in dev[0].get_capability("pairwise"):
640 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"):
3061 if cipher not in dev[0].get_capability("pairwise"):3063 if group_cipher not in dev[0].get_capability("group"):
1318 def get_capability(self, field): member in WpaSupplicant
1605 res = dev.get_capability("multibss")
1946 capa = dev[0].get_capability("fils")
2839 if "WEP40" in dev[2].get_capability("group"):
42 res = dev.get_capability("eap")
10370 if cipher not in dev[0].get_capability("pairwise"):
783 get_capability <eap/pairwise/group/key_mgmt/proto/auth_alg> = get capabilities
625 * added DFS indicator to get_capability freq705 * added "get_capability tdls" command