Add omitted TIZEN_EXT
[platform/upstream/connman.git] / gsupplicant / supplicant.c
index fd0e509..c8d34e9 100755 (executable)
@@ -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;