From 12f9dc03e37d50e79834029caa79073b58b2fa5a Mon Sep 17 00:00:00 2001 From: Adarsh-MR Date: Sat, 27 Oct 2018 20:10:20 +0000 Subject: [PATCH] sanders: update hostapd configs paths * softap now expects hostapd configs in /data/vendor/wifi/hostapd during hotspot turn on, qsap_sdk copies these configs to /data/vendor/wifi/hostapd/ Signed-off-by: Adarsh-MR --- wifi/hostapd_default.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wifi/hostapd_default.conf b/wifi/hostapd_default.conf index 915ceff..3cfed22 100644 --- a/wifi/hostapd_default.conf +++ b/wifi/hostapd_default.conf @@ -54,8 +54,7 @@ dump_file=/tmp/hostapd.dump # than one interface is used. # /var/run/hostapd is the recommended directory for sockets and by default, # hostapd_cli will use it when trying to connect with hostapd. -ctrl_interface=/data/misc/wifi/hostapd - +ctrl_interface=/data/vendor/wifi/hostapd/ctrl # Access control for the control interface can be configured by setting the # directory to allow only members of a group to use sockets. This way, it is @@ -169,8 +168,8 @@ macaddr_acl=0 # Accept/deny lists are read from separate files (containing list of # MAC addresses, one per line). Use absolute path name to make sure that the # files can be read on SIGHUP configuration reloads. -accept_mac_file=/data/misc/wifi/hostapd.accept -deny_mac_file=/data/misc/wifi/hostapd.deny +accept_mac_file=/data/vendor/wifi/hostapd/hostapd.accept +deny_mac_file=/data/vendor/wifi/hostapd/hostapd.deny # IEEE 802.11 specifies two authentication algorithms. hostapd can be # configured to allow both of these or only one. Open system authentication