From 4746a142af787d68b0ebcce064b9a98fb8c5de7f Mon Sep 17 00:00:00 2001 From: George Hunt Date: Sat, 29 Aug 2020 13:13:25 -0700 Subject: [PATCH] add ctrl-interface to hostapd --- roles/network/templates/hostapd/hostapd.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/network/templates/hostapd/hostapd.conf.j2 b/roles/network/templates/hostapd/hostapd.conf.j2 index 28c558e14..cc4adc408 100644 --- a/roles/network/templates/hostapd/hostapd.conf.j2 +++ b/roles/network/templates/hostapd/hostapd.conf.j2 @@ -30,3 +30,5 @@ wpa_passphrase={{ hostapd_password }} # Use AES, instead of TKIP rsn_pairwise=CCMP {% endif %} +ctrl_interface=/var/run/hostapd +ctrl_interface_group=0