diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-06-18 01:21:11 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-06-18 01:21:11 +0200 |
commit | 188c9cff006093f656cb69b02af2317eaeeb628e (patch) | |
tree | d8cd4ba90ce3c3dfa9c7bbb13fc64eed06d55b39 | |
parent | 385ac8664c591cafaa1ac0310946a0d59524f7f9 (diff) |
Add iwctl instructions
-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 |