Skip to content

Instantly share code, notes, and snippets.

@TopekoX
Created February 20, 2025 01:14
Show Gist options
  • Save TopekoX/d84b2e2ecc7f55727b708629b8786f85 to your computer and use it in GitHub Desktop.
Save TopekoX/d84b2e2ecc7f55727b708629b8786f85 to your computer and use it in GitHub Desktop.
Connect wifi with iwctl

Connect to Wifi

$ iwctl

Show device list available

device list

Example show device available wlan0.

Show details device

device wlan0 show

Show wifi available

station wlan0 scan
station wlan0 get-networks

Example wifi name MyWIFI

station wlan0 connect MyWifi

For hidden network

station wlan0 connect-hidden MyWifi

Next input password for the network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment