Fix wpa supplicant control interface definition #11

Merged
mycognosist merged 1 commits from ctrl_interface into master 2020-11-16 13:14:48 +00:00

View File

@ -43,7 +43,7 @@ nano /etc/wpa_supplicant/wpa_supplicant.conf
[ Add the following two lines to top of file ] [ Add the following two lines to top of file ]
```plaintext ```plaintext
ctrl_interface=/run/wpa_supplicant ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wpactrl-user
update_config=1 update_config=1
``` ```