Searched refs:RJcount0 (Results 1 – 4 of 4) sorted by relevance
121 macMsg->Buffer[bufItr++] = macMsg->RJcount0 & 0xFF; in LoRaMacSerializerReJoinType0or2()122 macMsg->Buffer[bufItr++] = ( macMsg->RJcount0 >> 8 ) & 0xFF; in LoRaMacSerializerReJoinType0or2()
101 static uint16_t RJcount0; variable930 *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()
154 uint16_t RJcount0; member
2739 …RYPTO_SUCCESS != LoRaMacCryptoGetRJcount( RJ_COUNT_0, &MacCtx.TxMsg.Message.ReJoin0or2.RJcount0 ) ) in SendReJoinReq()