Forrest logo
back to context overview

iwctl

List of commands for iwctl:

  • iwctl:tldr:0afa6 iwctl: Start the interactive mode, in this mode you can enter the commands directly, with autocompletion.
    $ iwctl
    try on your machine
    explain this command
  • iwctl:tldr:54bbb iwctl: Call general help.
    $ iwctl --help
    try on your machine
    explain this command
  • iwctl:tldr:71f03 iwctl: Connect to a network with a station, if credentials are needed they will be asked.
    $ iwctl station ${station} connect ${network_name}
    try on your machine
    explain this command
  • iwctl:tldr:92d08 iwctl: Display the networks found by a station.
    $ iwctl station ${station} get-networks
    try on your machine
    explain this command
  • iwctl:tldr:b46e1 iwctl: Display your Wi-Fi stations.
    $ iwctl station list
    try on your machine
    explain this command
  • iwctl:tldr:f7dc7 iwctl: Start looking for networks with a station.
    $ iwctl station ${station} scan
    try on your machine
    explain this command
back to context overview