zephyr/samples/net
Robert Lubos f7a5638871 net: lwm2m: Make bootstrap optional
Currently, after `CONFIG_LWM2M_RD_CLIENT_SUPPORT_BOOTSTRAP` is enabled,
the LwM2M engine will initiate bootstrap procedure on each run. This
approach limits the flexibility of the application, as it's not always
necessary to go over the bootstrap procedure (for instance, the
application may decide to store the security object obtained during the
bootstrap in flash, and restore it on boot).

Fix this by introducing an additional `flags` parameter to the
`lwm2m_rd_client_start()` function, which provides information whether
to run bootstrap in the current session or not.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-10-06 12:01:13 +03:00
..
cloud net: mqtt: fix sample to use zsock_ functions 2020-10-01 17:35:45 +03:00
common
dhcpv4_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns_resolve zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_native_posix sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gptp sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gsm_modem device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipv4_autoconf sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lldp sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lwm2m_client net: lwm2m: Make bootstrap optional 2020-10-06 12:01:13 +03:00
mdns_responder samples: net: mdns_responder: Add IPv4 gateway setting 2020-08-28 17:43:36 +02:00
mqtt_publisher net: mqtt: fix sample to use zsock_ functions 2020-10-01 17:35:45 +03:00
openthread/ncp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
promiscuous_mode zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
stats samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
syslog_net samples: net: syslog: Add configs for ipv4- and ipv6-only 2020-08-14 18:51:28 -04:00
telnet zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
vlan samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
wifi sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
wpan_serial device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wpanusb device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
zperf shell: examples cleanup 2020-09-29 10:48:47 +02:00
net.rst