From 9a025ab22b90a73784d508a06363eb890c1d19b7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 20 Jan 2019 03:44:48 -0800 Subject: [PATCH] add other wifi access points Signed-off-by: Jeff Carr --- wifi/wit-private.conf | 4 ++++ wifi/witty.conf | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 wifi/wit-private.conf create mode 100644 wifi/witty.conf diff --git a/wifi/wit-private.conf b/wifi/wit-private.conf new file mode 100644 index 0000000..7c6e868 --- /dev/null +++ b/wifi/wit-private.conf @@ -0,0 +1,4 @@ +network={ + ssid="WIT Private" + psk="aaaabbbb" +} diff --git a/wifi/witty.conf b/wifi/witty.conf new file mode 100644 index 0000000..0b35514 --- /dev/null +++ b/wifi/witty.conf @@ -0,0 +1,4 @@ +network={ + ssid="witty" + psk="basilarchia" +}