From 188c9cff006093f656cb69b02af2317eaeeb628e Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 18 Jun 2023 01:21:11 +0200 Subject: Add iwctl instructions --- network.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 set-property Powered on + adapter set-property Powered on + +Begin scan (no output), list networks, connect: + + station scan + station get-networks + station connect SSID -- cgit v1.2.3