zephyr/subsys/lorawan
Martin Jäger 9cc32af99e lorawan: allow setting of DevNonce for OTAA re-join
Starting with LoRaWAN 1.0.4 the DevNonce sent with the OTAA join must be
monotonically increasing for each new join with the same EUI. The DevNonce
should be stored in non-volatile memory by the application.

This commit uses a simple extension of the lorawan_join_otaa struct to
allow specifying the DevNonce.

Signed-off-by: Martin Jäger <martin@libre.solar>
2022-03-19 14:29:01 -04:00
..
CMakeLists.txt
Kconfig
lorawan.c lorawan: allow setting of DevNonce for OTAA re-join 2022-03-19 14:29:01 -04:00
lw_priv.c
lw_priv.h