Skip to content

Commit 76fd272

Browse files
MaochenWang1kartben
authored andcommitted
net: wifi: fix wifi connect parameter count error
Fix wrong parameter count error when input 'wifi connect' in enterprise mode. Signed-off-by: Maochen Wang <[email protected]>
1 parent 6554599 commit 76fd272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/l2/wifi/wifi_shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3683,7 +3683,7 @@ SHELL_SUBCMD_ADD((wifi), connect, NULL,
36833683
"[-R, --ieee-80211r]: Use IEEE80211R fast BSS transition connect."
36843684
"[-h, --help]: Print out the help for the connect command.\n",
36853685
cmd_wifi_connect,
3686-
2, 19);
3686+
2, 40);
36873687

36883688
SHELL_SUBCMD_ADD((wifi), disconnect, NULL,
36893689
"Disconnect from the Wi-Fi AP.\n",

0 commit comments

Comments
 (0)