From 6030f43c2b29b7987f484af565f1e93853928632 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 27 Aug 2018 16:45:49 +0200 Subject: [PATCH] Create wpa_applicant.conf Sample Wifi configuration file. Pasting this file in the /boot directory (also accessable via windows) will overwrite the existing wifi configuration. Please modify the Wifi-Country to the country you live in and replace your wifi details with the dummies in this file. --- wpa_applicant.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wpa_applicant.conf diff --git a/wpa_applicant.conf b/wpa_applicant.conf new file mode 100644 index 0000000..86fbcf4 --- /dev/null +++ b/wpa_applicant.conf @@ -0,0 +1,8 @@ +country=US +ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev +update_config=1 + +network={ + ssid="Wifi-SSID" + psk="Wifi-Password" +}