iwctl
IWCTL iwctl is the interactive command-line interface for iwd (iNet wireless daemon), common on Arch Linux and minimal Linux setups. 1. Quick Interactive Shell Launch the interactive prompt to auto-complete commands and device names: 1 iwctl (Type exit or press Ctrl+D to leave at any time.) 2. Connect to Wi-Fi (Step-by-Step) If running directly from your standard terminal prompt without entering the shell: Find your Wi-Fi device name (usually wlan0): 1 iwctl device list Turn on the Wi-Fi adapter (if powered off): 1 iwctl adapter phy0 set-property Powered on Scan for available networks: 1 iwctl station wlan0 scan List scanned networks**: 1 iwctl station wlan0 get-networks Connect to a network: 1 iwctl station wlan0 connect "Your-SSID-Name" You will be prompted for the passphrase if required. ...