Skip to content

Commit b3316fc

Browse files
pdgendtkartben
authored andcommitted
net: l2: wifi: shell: Fix passphrase long opt help text
A passphrase needs to be passed with --passphrase instead of --psk. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 1497ae6 commit b3316fc

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
@@ -4090,7 +4090,7 @@ SHELL_SUBCMD_ADD((wifi), connect, NULL,
40904090
"[-c --channel]: Channel that needs to be scanned for connection. "
40914091
"0:any channel.\n"
40924092
"[-b, --band] 0: any band (2:2.4GHz, 5:5GHz, 6:6GHz]\n"
4093-
"[-p, --psk]: Passphrase (valid only for secure SSIDs)\n"
4093+
"[-p, --passphrase]: Passphrase (valid only for secure SSIDs)\n"
40944094
"[-k, --key-mgmt]: Key Management type (valid only for secure SSIDs)\n"
40954095
"0:None, 1:WPA2-PSK, 2:WPA2-PSK-256, 3:SAE-HNP, 4:SAE-H2E, 5:SAE-AUTO, 6:WAPI,"
40964096
"7:EAP-TLS, 8:WEP, 9: WPA-PSK, 10: WPA-Auto-Personal, 11: DPP\n"

0 commit comments

Comments
 (0)