Lines Matching refs:field
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']:
156 for field, value in config_checks:
157 if supported_param(capa, field):
158 if "\n" + field + "=" + value + "\n" not in data:
159 raise Exception("Missing value: " + field)
239 for field, value in config_checks:
240 if supported_param(capa, field):
241 wpas.set(field, value)
470 for field in fields:
471 …IL" not in wpas.request('SET_CRED %d %s "hello"\n}\nmodel_name=foobar\ncred={\n#\"' % (id, field)):
472 raise Exception("Invalid %s value accepted" % field)
522 for field in fields:
523 if "FAIL" not in wpas.request('SET %s hello\nmodel_name=foobar' % field):
524 raise Exception("Invalid %s value accepted" % field)