zephyr/subsys/net/lib
Robert Lubos 2160e0fc36 net: lwm2m: Fix Registration failue reporting
In case LwM2M server or bootstrap server rejected
Registration/Registration Update/Deregsitration attempt, there were no
reasonable notification to the application. Fix this by reporting
LWM2M_RD_CLIENT_EVENT_*_FAILURE in such case.

Addtitionaly, remove pointless ENGINE_DEREGISTER_FAILED event, which
have no use in the state machine.

Finally, simplify the response code logging to prevent code duplication.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-09-21 09:32:31 -05:00
..
capture net: remove usage of device_pm_control_nop 2021-04-27 16:28:49 -04:00
coap net: coap: coap_next_token single sys_rand_get call 2021-07-29 11:47:51 -04:00
config
conn_mgr
dns toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
http net: http: Fix HTTP_DATA_FINAL notification 2021-09-17 08:12:00 -04:00
lwm2m net: lwm2m: Fix Registration failue reporting 2021-09-21 09:32:31 -05:00
mqtt net: mqtt: check mqtt_abort() function parameters before locking 2021-09-02 19:36:03 -04:00
openthread net: openthread: allow to enable/disable TCP 2021-09-01 10:37:41 +02:00
sntp net: sntp: Depend on NET_SOCKETS_POSIX_NAMES || POSIX_API 2021-04-22 13:41:33 +03:00
sockets net: sockets: tls: Fix TLS POLLHUP notification 2021-09-16 18:14:33 -04:00
socks
tftp net: refactor tftp library 2021-06-29 09:15:55 -04:00
tls_credentials
utils
websocket net: websocket: Fix poll handling for offloaded sockets 2021-08-04 16:58:15 +02:00
CMakeLists.txt
Kconfig