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:
parent
adbce7443d
commit
cd676ae34c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue