Lines Matching refs:capa
134 def supported_param(capa, field): argument
136 if field in mesh_params and not capa['mesh']:
140 if field in sae_params and not capa['sae']:
145 def check_config(capa, config): argument
157 if supported_param(capa, field):
201 capa = {}
202 capa['mesh'] = "MESH" in wpas.get_capability("modes")
203 capa['sae'] = "SAE" in wpas.get_capability("auth_alg")
240 if supported_param(capa, field):
249 data1 = check_config(capa, config)
267 data2 = check_config(capa, config)