Searched defs:fCntID (Results 1 – 2 of 2) sorted by relevance
/loramac-node-3.4.0/src/mac/ |
D | LoRaMacCrypto.c | 190 …us_t FOptsEncrypt( uint16_t size, uint32_t address, uint8_t dir, FCntIdentifier_t fCntID, uint32_t… in FOptsEncrypt() 675 static LoRaMacCryptoStatus_t GetLastFcntDown( FCntIdentifier_t fCntID, uint32_t* lastDown ) in GetLastFcntDown() 729 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() 756 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() 875 LoRaMacCryptoStatus_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32… in LoRaMacCryptoGetFCntDown() 920 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount ) in LoRaMacCryptoGetRJcount() 1381 …toUnsecureMessage( AddressIdentifier_t addrID, uint32_t address, FCntIdentifier_t fCntID, uint32_t… in LoRaMacCryptoUnsecureMessage()
|
D | LoRaMac.c | 906 FCntIdentifier_t fCntID; in ProcessRadioRxDone() local 1908 FCntIdentifier_t* fCntID, uint32_t* currentDown ) in GetFCntDown()
|