From e3a82df1286be51802df8bbb2d3ddaafde0980da Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 Aug 2017 17:50:36 +0000 Subject: [PATCH] wpa_supplicant: Add ctrl_interface Signed-off-by: Michael Tremer --- src/functions/functions.wireless-networks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/functions/functions.wireless-networks b/src/functions/functions.wireless-networks index 66e906c6..5a090025 100644 --- a/src/functions/functions.wireless-networks +++ b/src/functions/functions.wireless-networks @@ -346,6 +346,9 @@ wireless_networks_write_wpa_supplicant_configuration() { ( config_header "WPA supplicant configuration file" + # Set control socket directory. + print "ctrl_interface=${WPA_SUPPLICANT_SOCKET_DIR}" + # Honour country if isset country; then print "country=${country}" -- 2.39.2