net: wifi: shell: fix parameter description error

command `wifi ap enable` not have SSID LENGTH parameter, remove it.

Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
YuLong Yao 2023-08-08 18:46:02 +08:00 committed by Fabio Baltieri
parent bf1efa868e
commit 959e0e829d

View file

@ -1142,7 +1142,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(wifi_cmd_ap,
SHELL_CMD(disable, NULL,
"Disable Access Point mode",
cmd_wifi_ap_disable),
SHELL_CMD(enable, NULL, "<SSID> <SSID length> [channel] [PSK]",
SHELL_CMD(enable, NULL, "<SSID> [channel] [PSK]",
cmd_wifi_ap_enable),
SHELL_SUBCMD_SET_END
);