From d9457a3aa4ca86be1b7db164537210f152d8eb1b Mon Sep 17 00:00:00 2001 From: nic Date: Fri, 12 Jul 2024 13:58:52 -0400 Subject: Initial commit --- Technology/Gentoo/wpa_supplicant.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Technology/Gentoo/wpa_supplicant.md (limited to 'Technology/Gentoo/wpa_supplicant.md') diff --git a/Technology/Gentoo/wpa_supplicant.md b/Technology/Gentoo/wpa_supplicant.md new file mode 100644 index 0000000..2ba6ebd --- /dev/null +++ b/Technology/Gentoo/wpa_supplicant.md @@ -0,0 +1,20 @@ +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 -- cgit v1.2.3