diff options
-rw-r--r-- | network.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -21,3 +21,19 @@ DNS lookup: So to lookup TXT records, drill host.com TXT + +## Connecting to WIFI with iwctl + + iwctl + device list + +Ensure device and adapter are turned on: + + device <device> set-property Powered on + adapter <adapter> set-property Powered on + +Begin scan (no output), list networks, connect: + + station <device> scan + station <device> get-networks + station <device> connect SSID |