Home
last modified time | relevance | path

Searched refs:FCntUp (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacCrypto.c289 confFCnt = ( uint16_t )( CryptoNvm->FCntList.FCntUp % 65536 ); in PrepareB0()
799 CryptoNvm->FCntList.FCntUp = 0; in ResetFCnts()
870 *currentUp = CryptoNvm->FCntList.FCntUp + 1; in LoRaMacCryptoGetFCntUp()
1279 CryptoNvm->FCntList.FCntUp = 0; in LoRaMacCryptoHandleJoinAccept()
1297 if( fCntUp < CryptoNvm->FCntList.FCntUp ) in LoRaMacCryptoSecureMessage()
1309 if( fCntUp > CryptoNvm->FCntList.FCntUp ) in LoRaMacCryptoSecureMessage()
1376 CryptoNvm->FCntList.FCntUp = fCntUp; in LoRaMacCryptoSecureMessage()
DLoRaMacCryptoNvm.h54 uint32_t FCntUp; member
/loramac-node-latest/
DCHANGELOG.md378 - Fixed potential issue where the `FCntUp` counter could sometimes be incremented by 2 instead of 1