From 1f1474ede989874d1cc64a559b7a28a7f5c00591 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 6 Jan 2023 15:11:59 +0200 Subject: [PATCH] var/lib/iwd: Initial commit with README, two open networks, one private network --- var/lib/iwd/README.md | 4 ++++ var/lib/iwd/openwireless.org.open | 5 +++++ var/lib/iwd/openwireless.org_nomap.open | 5 +++++ var/lib/iwd/private-wifi-sample.psk | 9 +++++++++ 4 files changed, 23 insertions(+) create mode 100644 var/lib/iwd/README.md create mode 100644 var/lib/iwd/openwireless.org.open create mode 100644 var/lib/iwd/openwireless.org_nomap.open create mode 100644 var/lib/iwd/private-wifi-sample.psk diff --git a/var/lib/iwd/README.md b/var/lib/iwd/README.md new file mode 100644 index 00000000..99c591d5 --- /dev/null +++ b/var/lib/iwd/README.md @@ -0,0 +1,4 @@ +iwd network configuration lives in this directory + +See also `../../../etc/iwd/main.conf` especially in standalone iwd without +NetworkManager diff --git a/var/lib/iwd/openwireless.org.open b/var/lib/iwd/openwireless.org.open new file mode 100644 index 00000000..fedfdca0 --- /dev/null +++ b/var/lib/iwd/openwireless.org.open @@ -0,0 +1,5 @@ +[Settings] +AutoConnect=true + +[IPv6] +Enabled=true diff --git a/var/lib/iwd/openwireless.org_nomap.open b/var/lib/iwd/openwireless.org_nomap.open new file mode 100644 index 00000000..fedfdca0 --- /dev/null +++ b/var/lib/iwd/openwireless.org_nomap.open @@ -0,0 +1,5 @@ +[Settings] +AutoConnect=true + +[IPv6] +Enabled=true diff --git a/var/lib/iwd/private-wifi-sample.psk b/var/lib/iwd/private-wifi-sample.psk new file mode 100644 index 00000000..145bff5d --- /dev/null +++ b/var/lib/iwd/private-wifi-sample.psk @@ -0,0 +1,9 @@ +# This SSID is "private-wifi-sample", it comes from the filename +[Settings] +AutoConnect=true + +[IPv6] +Enabled=true + +[Security] +Passphrase=MySuperSecretPassphraseThatDoesNotReadHere