Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.h215 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount );
DLoRaMacCrypto.c920 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount ) in LoRaMacCryptoGetRJcount() function
DLoRaMac.c2705 …if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoGetRJcount( RJ_COUNT_1, &MacCtx.TxMsg.Message.ReJoin1.R… in SendReJoinReq()
2739 …if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoGetRJcount( RJ_COUNT_0, &MacCtx.TxMsg.Message.ReJoin0or… in SendReJoinReq()