Added fix to not to generate hostapd.conf dynamically
hostapd.conf be default will be /data/misc/wifi folder Change-Id: Id30858a2062402227322574385bcb28432b7e3d0
This commit is contained in:
@@ -79,7 +79,7 @@ enum error_val {
|
||||
};
|
||||
|
||||
/** Configuration file name */
|
||||
#define CONFIG_FILE "/data/hostapd/hostapd.conf"
|
||||
#define CONFIG_FILE "/data/misc/wifi/hostapd.conf"
|
||||
|
||||
/** Default configuration file path */
|
||||
#define DEFAULT_CONFIG_FILE_PATH "/persist/qcom/softap/hostapd_default.conf"
|
||||
@@ -412,7 +412,7 @@ enum wps_config {
|
||||
|
||||
/** Choose the configuration file */
|
||||
enum eChoose_conf_file {
|
||||
HOSTAPD_CONF_FILE = 0,
|
||||
HOSTAPD_CONF_QCOM_FILE = 0,
|
||||
INI_CONF_FILE = 1
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user