zephyr/subsys/net/lib
Lukasz Maciejonczyk 245457649b net: openthread: fix check for unsuccessful wipe
ot_setting_delete_subtree returns the information if the subtree
had been found in the persistent storage or not before removing.
This has matter for otPlatSettingsGet. In other uses cases
the return value shoud be ignored.
The right place for the check if deletion succeded is in
settings_load_subtree_direct and its callback.
Currently "ot factoryreset" causes an assert if there is no
OpenThread dataset stored in the persistent memory.
This PR fixes it.

Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
2022-03-11 11:26:34 -08:00
..
capture all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
coap kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
config kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
conn_mgr kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
dns kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
http net: http_client: Add official null response behavior 2022-03-07 09:18:50 -06:00
lwm2m kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
mqtt net: mqtt: Fix SOCKS5 setsockopt error handling 2021-12-01 13:54:30 -06:00
openthread net: openthread: fix check for unsuccessful wipe 2022-03-11 11:26:34 -08:00
sntp
sockets kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
socks
tftp kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
tls_credentials
utils
websocket net: websockets: Fix send with large payload 2021-11-23 13:21:09 -05:00
CMakeLists.txt
Kconfig