From: Michael Tremer Date: Fri, 18 Aug 2017 17:50:36 +0000 (+0000) Subject: wpa_supplicant: Add ctrl_interface X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fnetwork.git;a=commitdiff_plain;h=e3a82df1286be51802df8bbb2d3ddaafde0980da wpa_supplicant: Add ctrl_interface Signed-off-by: Michael Tremer --- 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}"