Home
last modified time | relevance | path

Searched refs:RJcount1 (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.7.0/src/mac/
DLoRaMacCryptoNvm.h78 uint16_t RJcount1; member
DLoRaMacSerializer.c84 macMsg->Buffer[bufItr++] = macMsg->RJcount1 & 0xFF; in LoRaMacSerializerReJoinType1()
85 macMsg->Buffer[bufItr++] = ( macMsg->RJcount1 >> 8 ) & 0xFF; in LoRaMacSerializerReJoinType1()
DLoRaMacMessageTypes.h115 uint16_t RJcount1; member
DLoRaMacCrypto.c933 *rJcount = CryptoNvm->FCntList.RJcount1 + 1; in LoRaMacCryptoGetRJcount()
1040 if( CryptoNvm->FCntList.RJcount1 == 65535 ) in LoRaMacCryptoPrepareReJoinType1()
1065 CryptoNvm->FCntList.RJcount1++; in LoRaMacCryptoPrepareReJoinType1()
1146 nonce = CryptoNvm->FCntList.RJcount1; in LoRaMacCryptoHandleJoinAccept()
DLoRaMac.c2774 …C_CRYPTO_SUCCESS != LoRaMacCryptoGetRJcount( RJ_COUNT_1, &MacCtx.TxMsg.Message.ReJoin1.RJcount1 ) ) in SendReJoinReq()