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:
Santosh Sajjan
2011-12-10 21:11:12 +05:30
parent 458db7cae6
commit 47e3a84761
2 changed files with 20 additions and 19 deletions

View File

@@ -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
};