Add security type and passphrase
authorJiwan Kim <ji-wan.kim@samsung.com>
Fri, 9 Jun 2017 08:02:14 +0000 (17:02 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000 (11:09 +0900)
commitd823cce3ae212241553149cc9a432c29d550b102
tree71c67fd9db57476478040bfdb054f3778b433fbb
parentff6c6770c99236f94c70b37f4e75a00ff59b21b8
Add security type and passphrase

- Add mesh_security_type_e
- Add mesh_network_get(set)_security()
- Add mesh_network_set_passphrase
include/mesh.h
include/mesh_private.h
src/mesh.c
src/mesh_dbus.c
test/main.c
test/mesh_network.c