From ee6d88c26b1718aad119ff488b9304a899b5aff0 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Mon, 12 Mar 2018 22:19:34 +0000 Subject: [PATCH] Update WIFI.md --- WIFI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WIFI.md b/WIFI.md index 6c78f37..b96fcd0 100644 --- a/WIFI.md +++ b/WIFI.md @@ -5,7 +5,7 @@ __NOTE__: The "_\_" can be either "_wlp3s0_" or "_wlan0_". Change a * Create the configuration file (as "_root_", not "_sudo_"): `wpa_passphrase > /etc/wpa_supplicant.conf` -* Delete non hashed password from /etc/wpa_supplicant.conf +* Delete non hashed password from "_/etc/wpa_supplicant.conf_", but not the hashed one. Each time you need to connect type the following command (as "_root_" or with "_sudo_"): @@ -21,6 +21,6 @@ Each time you need to connect type the following command (as "_root_" or with "_ `wpa_supplicant -B -i -c /etc/wpa_supplicant.conf -Dwext` `dhclient ` -You can save either example in a script to activate Wi-Fi. +You can save either example in a script to activate the Wi-Fi whenever you want. * Note: As an educational tip, the name of a network is also called "_SSID_" in other places.