From 04dd7052887d7c86276904c1d8121f4543743a61 Mon Sep 17 00:00:00 2001 From: Adarsh-MR Date: Tue, 6 Apr 2021 09:41:25 +0800 Subject: [PATCH] sdm660-common: configs: wifi: Update hostapd configs path * softap now expects hostapd configs in /data/vendor/wifi/hostapd during hotspot turn on, qsap_sdk copies these configs to /data/vendor/wifi/hostapd/ Change-Id: I632a29483cb7b2f5e8d768680afb911fa5f4f357 Signed-off-by: Adarsh-MR Signed-off-by: clarencelol --- configs/wifi/hostapd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/wifi/hostapd.conf b/configs/wifi/hostapd.conf index 28fd3bcc..508efa70 100644 --- a/configs/wifi/hostapd.conf +++ b/configs/wifi/hostapd.conf @@ -54,7 +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 @@ -169,8 +169,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/hostapd/hostapd.accept -deny_mac_file=/data/hostapd/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