m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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