projects
/
platform
/
core
/
api
/
wifi-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d2de4
)
Improve line Coverage
25/154525/1
author
taesub kim
<taesub.kim@samsung.com>
Tue, 10 Oct 2017 11:06:20 +0000
(20:06 +0900)
committer
taesub kim
<taesub.kim@samsung.com>
Tue, 10 Oct 2017 11:06:27 +0000
(20:06 +0900)
Change-Id: I54400db4c360e1139eb1ce4e3c9fec7ebb8b7c75
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
src/wifi_internal.c
patch
|
blob
|
history
diff --git
a/src/wifi_internal.c
b/src/wifi_internal.c
index
cc18c3b
..
d3cf0ab
100755
(executable)
--- a/
src/wifi_internal.c
+++ b/
src/wifi_internal.c
@@
-1758,7
+1758,6
@@
int _wifi_get_vsie_list(wifi_manager_vsie_list_cb callback, void *user_data)
WIFI_LOG(WIFI_ERROR, "Operation Failed");
return WIFI_MANAGER_ERROR_OPERATION_FAILED;
}
-//LCOV_EXCL_STOP
int _wifi_flush_bss(void)
{
@@
-1799,6
+1798,7
@@
int _wifi_get_auto_connect(int *connect_mode)
return rv;
}
+//LCOV_EXCL_STOP
int _wifi_get_connected_profile(wifi_manager_ap_h *ap)
{