Searched refs:dev_nonce (Results 1 – 4 of 4) sorted by relevance
32 …ct the join request due to a hardcoded ``dev_nonce`` value. According to the LoRaWAN specification…36 1. **Manually Increment ``dev_nonce``:**37 …Modify the sample code to increment ``join_cfg.otaa.dev_nonce`` before each connection attempt and…40 …ows proper storage and reuse of configuration settings, including the ``dev_nonce``, across multip…
93 join_cfg.otaa.dev_nonce = 0u; in main()
136 uint16_t dev_nonce; member
256 join_cfg->otaa.dev_nonce; in lorawan_join_otaa()