diff options
Diffstat (limited to 'Technology/Gentoo/wpa_supplicant.md')
| -rw-r--r-- | Technology/Gentoo/wpa_supplicant.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Technology/Gentoo/wpa_supplicant.md b/Technology/Gentoo/wpa_supplicant.md deleted file mode 100644 index 2ba6ebd..0000000 --- a/Technology/Gentoo/wpa_supplicant.md +++ /dev/null @@ -1,20 +0,0 @@ -first figure out name of wifi device - -wlp2s0 - -vim /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf ->> -# Allow users in the 'wheel' group to control wpa_supplicant -ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel - -# Make this file writable for wpa_gui / wpa_cli -update_config=1 - -SYSTEMESD - -wpa_passphrase $NAME_WIFI $PASSWORD >> /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf - -sudo sh -c 'wpa_passphrase "SYSTEMESD" "4506550808" >> /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf' - - -wpa_supplicant -B -i wlp2s0 -c /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf |
