Forrest logo
tool overview
On this page you find all important commands for the CLI tool iwctl. If the command you are looking for is missing please ask our AI.

iwctl

iwctl is a command line tool for managing Wi-Fi connectivity in Linux systems. It is a part of the iwd (Internet Wireless Daemon) package and provides a convenient way to interact with the wireless network stack. With iwctl, users can scan for available Wi-Fi networks, connect to a network, and perform basic Wi-Fi configuration tasks. The tool allows users to view detailed information about Wi-Fi devices, such as the current connection status, signal strength, and supported network protocols. It also supports advanced features like creating Wi-Fi hotspots and connecting to hidden networks. Users can easily navigate iwctl using a set of simple commands, making it accessible even for those unfamiliar with the command line interface. Overall, iwctl provides a powerful and flexible utility for managing Wi-Fi connections on Linux systems through a straightforward command line interface.

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
tool overview