zephyr/subsys/net/l2/openthread
Robert Lubos 51a9e6f534 net: openthread: Do not overwrite stored dataset with defaults
This commit prevents a situation when stored and possibly modified
commissioner dataset is overwritten with default configuration during
OpenThread initialization.

It introduces a new function, openthread_start, which verifies if the
dataset is already stored, and if not, depending on configuration,
preloads the default configuration or initiates the join procedure.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-04-23 16:43:36 +03:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig kconfig: subsys: net: Remove redundant dependencies 2019-03-09 09:49:59 -05:00
openthread.c net: openthread: Do not overwrite stored dataset with defaults 2019-04-23 16:43:36 +03:00
openthread_utils.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
openthread_utils.h