Home
last modified time | relevance | path

Searched refs:RJcount0 (Results 1 – 4 of 4) sorted by relevance

/loramac-node-3.4.0/src/mac/
DLoRaMacSerializer.c121 macMsg->Buffer[bufItr++] = macMsg->RJcount0 & 0xFF; in LoRaMacSerializerReJoinType0or2()
122 macMsg->Buffer[bufItr++] = ( macMsg->RJcount0 >> 8 ) & 0xFF; in LoRaMacSerializerReJoinType0or2()
DLoRaMacCrypto.c101 static uint16_t RJcount0; variable
930 *rJcount = RJcount0 + 1; in LoRaMacCryptoGetRJcount()
1082 if( RJcount0 == 65535 ) in LoRaMacCryptoPrepareReJoinType0or2()
1107 RJcount0++; in LoRaMacCryptoPrepareReJoinType0or2()
1142 nonce = RJcount0; in LoRaMacCryptoHandleJoinAccept()
1277 RJcount0 = 0; in LoRaMacCryptoHandleJoinAccept()
DLoRaMacMessageTypes.h154 uint16_t RJcount0; member
DLoRaMac.c2739 …RYPTO_SUCCESS != LoRaMacCryptoGetRJcount( RJ_COUNT_0, &MacCtx.TxMsg.Message.ReJoin0or2.RJcount0 ) ) in SendReJoinReq()