mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
client: Use connect-hidden instead of create-hidden
This commit is contained in:
parent
57c3aa2589
commit
49d011dabe
@ -776,7 +776,7 @@ static const struct command device_commands[] = {
|
|||||||
cmd_connect,
|
cmd_connect,
|
||||||
"Connect to network", false,
|
"Connect to network", false,
|
||||||
connect_cmd_arg_completion },
|
connect_cmd_arg_completion },
|
||||||
{ "<wlan>", "create-hidden",
|
{ "<wlan>", "connect-hidden",
|
||||||
"<\"network name\">",
|
"<\"network name\">",
|
||||||
cmd_connect_hidden_network,
|
cmd_connect_hidden_network,
|
||||||
"Connect to hidden network",
|
"Connect to hidden network",
|
||||||
|
Loading…
Reference in New Issue
Block a user