projects
/
platform
/
core
/
api
/
wifi-aware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c9014
)
Convert WIFI_AWARE_ERROR_INTERFACE_DOWN to string
author
Cheoleun Moon
<chleun.moon@samsung.com>
Tue, 31 Mar 2020 07:00:29 +0000
(16:00 +0900)
committer
Cheoleun Moon
<chleun.moon@samsung.com>
Tue, 31 Mar 2020 07:00:29 +0000
(16:00 +0900)
src/wifi-aware-private.c
patch
|
blob
|
history
diff --git
a/src/wifi-aware-private.c
b/src/wifi-aware-private.c
index f6ab50d0ed29a6533a9d509a0b6ad4af17ee5cb4..39e14e26103aa89cfd031f46c25949768cd64a24 100644
(file)
--- a/
src/wifi-aware-private.c
+++ b/
src/wifi-aware-private.c
@@
-126,6
+126,8
@@
const char *_wifi_aware_convert_error_type_to_string(wifi_aware_error_e err)
return "Already Initialized";
case WIFI_AWARE_ERROR_REJECTED_BY_PEER:
return "Rejected by peer";
+ case WIFI_AWARE_ERROR_INTERFACE_DOWN:
+ return "Interface is down";
default:
return "Unknown error";
}