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:
parent
bf1efa868e
commit
959e0e829d
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue