Previous implementation had missed this case of setting configurator
parameters.
Signed-off-by: Jouni Malinen <j@w1.fi>
return -1;
curve = get_param(cmd, " curve=");
+ hostapd_dpp_set_testing_options(hapd, auth);
if (hostapd_dpp_set_configurator(hapd, auth, cmd) == 0 &&
dpp_configurator_own_config(auth, curve, 1) == 0) {
hostapd_dpp_handle_config_obj(hapd, auth);
return -1;
curve = get_param(cmd, " curve=");
+ wpas_dpp_set_testing_options(wpa_s, auth);
if (wpas_dpp_set_configurator(wpa_s, auth, cmd) == 0 &&
dpp_configurator_own_config(auth, curve, 0) == 0) {
wpas_dpp_handle_config_obj(wpa_s, auth);