projects
/
platform
/
core
/
api
/
wifi-mesh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d724c
)
Fix hostapd error
author
Jiwan Kim
<ji-wan.kim@samsung.com>
Thu, 15 Jun 2017 06:53:20 +0000
(15:53 +0900)
committer
saerome.kim
<saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000
(11:09 +0900)
- Use mode 'n' for 2.4GHz
src/mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh.c
b/src/mesh.c
index 70c62caa067edf58594d87b654a909acc8e26c32..7d14e4213645ebec9b2b7f934b1194e9bfa8e2df 100644
(file)
--- a/
src/mesh.c
+++ b/
src/mesh.c
@@
-643,7
+643,7
@@
EXPORT_API int mesh_set_softap(mesh_h handle, const char* ssid,
RETV_IF(NULL == key, MESH_ERROR_INVALID_PARAMETER);
if (channel <= 13)
- memcpy(buf, "
n", strlen("n
"));
+ memcpy(buf, "
g", strlen("g
"));
else
memcpy(buf, "a", strlen("a"));