This test case was assuming the Configurator would change the
netAccessKey curve every time based on the protocol keys, but that is
not the case anymore, so force that change here for a negative test.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
dev[0].set("dpp_config_processing", "1")
cmd = "DPP_CONFIGURATOR_SIGN conf=sta-dpp configurator=%d%s" % (conf_id, extra)
if own_curve:
+ dev[0].dpp_configurator_set(conf_id, net_access_key_curve=own_curve)
cmd += " curve=" + own_curve
res = dev[0].request(cmd)
if "FAIL" in res: