projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcdfc3a
)
Add omitted TIZEN_EXT
88/235688/1
author
Jaehyun Kim
<jeik01.kim@samsung.com>
Tue, 9 Jun 2020 02:23:36 +0000
(11:23 +0900)
committer
Jaehyun Kim
<jeik01.kim@samsung.com>
Tue, 9 Jun 2020 02:23:36 +0000
(11:23 +0900)
Change-Id: I44227340c3a408711756a2bf4ccfb860ef44170b
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
gsupplicant/supplicant.c
patch
|
blob
|
history
diff --git
a/gsupplicant/supplicant.c
b/gsupplicant/supplicant.c
index fd0e509a0a9cff7f197f79cb8ee695aca7fad7eb..c8d34e94fc589a95a927fa8975c5d55ee459d413 100755
(executable)
--- 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;