Merge pull request #11 from mycognosist/ctrl_interface

Fix wpa supplicant control interface definition
This commit is contained in:
glyph 2020-11-16 13:14:48 +00:00 committed by GitHub
commit d0a1068a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```