m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-06-18 01:21:11 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-06-18 01:21:11 +0200
commit188c9cff006093f656cb69b02af2317eaeeb628e (patch)
treed8cd4ba90ce3c3dfa9c7bbb13fc64eed06d55b39
parent385ac8664c591cafaa1ac0310946a0d59524f7f9 (diff)
Add iwctl instructions
-rw-r--r--network.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/network.md b/network.md
index 12b4703..392db86 100644
--- a/network.md
+++ b/network.md
@@ -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