Fix wpa supplicant control interface definition

This commit is contained in:
mycognosist 2020-11-16 13:12:55 +00:00
parent fb55b102c0
commit 14bc82820b
1 changed files with 1 additions and 1 deletions

View File

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