summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Kim <jeik01.kim@samsung.com>2020-06-09 11:23:36 +0900
committerJaehyun Kim <jeik01.kim@samsung.com>2020-06-09 11:23:36 +0900
commite7d58f3a8f18b71e1a13766752b907b58a9926de (patch)
tree4c3abf9a05b828b4f9ac107e734067f24b8e8297
parentbcdfc3a44989365b0c05fb1f1e9f856f40556854 (diff)
downloadconnman-e7d58f3a8f18b71e1a13766752b907b58a9926de.tar.gz
connman-e7d58f3a8f18b71e1a13766752b907b58a9926de.tar.bz2
connman-e7d58f3a8f18b71e1a13766752b907b58a9926de.zip
Add omitted TIZEN_EXT
Change-Id: I44227340c3a408711756a2bf4ccfb860ef44170b Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
-rwxr-xr-xgsupplicant/supplicant.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c
index fd0e509a..c8d34e94 100755
--- a/gsupplicant/supplicant.c
+++ b/gsupplicant/supplicant.c
@@ -2488,7 +2488,7 @@ static char *create_group(struct g_supplicant_bss *bss)
return g_string_free(str, FALSE);
}
-
+#if defined TIZEN_EXT
static void update_network_with_best_bss(GSupplicantNetwork *network,
struct g_supplicant_bss *best_bss)
{
@@ -2532,7 +2532,7 @@ static bool update_best_bss(GSupplicantNetwork *network,
return false;
}
-
+#endif
static int add_or_replace_bss_to_network(struct g_supplicant_bss *bss)
{
GSupplicantInterface *interface = bss->interface;