Skip to content

Commit

Permalink
fix wifi cred shell
Browse files Browse the repository at this point in the history
fix wifi cred shell

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Oct 23, 2024
1 parent 493c3f1 commit 68f9b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/net/lib/wifi_mgmt_ext/wifi_cred_shell_autoconnect.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ static int cmd_auto_connect(const struct shell *shell, size_t argc, char *argv[]
return 0;
}

SHELL_SUBCMD_ADD((wifi_cred),
SHELL_SUBCMD_ADD((nwifi_cred),
auto_connect, NULL, "Connect to any stored network.", cmd_auto_connect, 0, 0);

0 comments on commit 68f9b46

Please sign in to comment.