Fix dpp_configurator_get_key command name in hostapd_cli

The option to get DPP configurator key in hostapd_cli was named
incorrectly. It was wrongly pointing to dpp_configurator_remove. Fix
this by using the correct name.

Signed-off-by: Rohit Damodaran <Rohit_Damodaran@comcast.com>
This commit is contained in:
Damodaran, Rohit (Contractor) 2018-11-15 14:20:32 +00:00 committed by Jouni Malinen
parent adbce7443d
commit cd676ae34c

View file

@ -1637,7 +1637,7 @@ static const struct hostapd_cli_cmd hostapd_cli_commands[] = {
{ "dpp_configurator_remove", hostapd_cli_cmd_dpp_configurator_remove, { "dpp_configurator_remove", hostapd_cli_cmd_dpp_configurator_remove,
NULL, NULL,
"*|<id> = remove DPP configurator" }, "*|<id> = remove DPP configurator" },
{ "dpp_configurator_remove", hostapd_cli_cmd_dpp_configurator_get_key, { "dpp_configurator_get_key", hostapd_cli_cmd_dpp_configurator_get_key,
NULL, NULL,
"<id> = Get DPP configurator's private key" }, "<id> = Get DPP configurator's private key" },
{ "dpp_pkex_add", hostapd_cli_cmd_dpp_pkex_add, NULL, { "dpp_pkex_add", hostapd_cli_cmd_dpp_pkex_add, NULL,