Home
last modified time | relevance | path

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

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