Searched refs:fCntDown (Results 1 – 2 of 2) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/mac/ |
D | LoRaMacCrypto.c | 1381 …dentifier_t addrID, uint32_t address, FCntIdentifier_t fCntID, uint32_t fCntDown, LoRaMacMessageDa… in LoRaMacCryptoUnsecureMessage() argument 1388 if( CheckFCntDown( fCntID, fCntDown ) == false ) in LoRaMacCryptoUnsecureMessage() 1429 …- LORAMAC_MIC_FIELD_SIZE ), micComputationKeyID, isAck, DOWNLINK, address, fCntDown, macMsg->MIC ); in LoRaMacCryptoUnsecureMessage() 1441 … macMsg->FRMPayload, macMsg->FRMPayloadSize, payloadDecryptionKeyID, address, DOWNLINK, fCntDown ); in LoRaMacCryptoUnsecureMessage() 1453 …tsEncrypt( macMsg->FHDR.FCtrl.Bits.FOptsLen, address, DOWNLINK, fCntID, fCntDown, macMsg->FHDR.FOp… in LoRaMacCryptoUnsecureMessage() 1462 UpdateFCntDown( fCntID, fCntDown ); in LoRaMacCryptoUnsecureMessage()
|
D | LoRaMacCrypto.h | 296 …dentifier_t addrID, uint32_t address, FCntIdentifier_t fCntID, uint32_t fCntDown, LoRaMacMessageDa…
|