Change-Id: Ie3edb2417f78bfc48970c66c5bfa343fe577719e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Name: mobileap-agent
Summary: Mobile AP daemon for setting tethering environments
-Version: 1.0.85
+Version: 1.0.86
Release: 1
Group: System/Network
License: Apache-2.0
static GIOChannel *hostapd_io_channel = NULL;
static guint hostapd_io_source = 0;
static char dns_addr[INET_ADDRSTRLEN] = "0.0.0.0";
-static char *saved_wifi_if_addr = NULL;
GSList *sta_timer_list = NULL;
+#if TIZEN_FEATURE_WLAN_BOARD_SPRD
+static char *saved_wifi_if_addr = NULL;
+#endif
+
static gboolean __hostapd_connect_timer_cb(gpointer user_data);
static char *__find_first_caps_char(char *str)