Searched refs:fCntID (Results 1 – 3 of 3) sorted by relevance
/loramac-node-latest/src/mac/ |
D | LoRaMacCrypto.c | 190 …sEncrypt( uint16_t size, uint32_t address, uint8_t dir, FCntIdentifier_t fCntID, uint32_t frameCou… in FOptsEncrypt() argument 206 switch( fCntID ) in FOptsEncrypt() 675 static LoRaMacCryptoStatus_t GetLastFcntDown( FCntIdentifier_t fCntID, uint32_t* lastDown ) in GetLastFcntDown() argument 681 switch( fCntID ) in GetLastFcntDown() 726 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() argument 729 if( GetLastFcntDown( fCntID, &lastDown ) != LORAMAC_CRYPTO_SUCCESS ) in CheckFCntDown() 753 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() argument 755 switch( fCntID ) in UpdateFCntDown() 875 LoRaMacCryptoStatus_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32… in LoRaMacCryptoGetFCntDown() argument 886 cryptoStatus = GetLastFcntDown( fCntID, &lastDown ); in LoRaMacCryptoGetFCntDown() [all …]
|
D | LoRaMacCrypto.h | 199 LoRaMacCryptoStatus_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32… 217 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount ); 296 …eMessage( AddressIdentifier_t addrID, uint32_t address, FCntIdentifier_t fCntID, uint32_t fCntDown…
|
D | LoRaMac.c | 382 FCntIdentifier_t* fCntID, uint32_t* currentDown ); 887 FCntIdentifier_t fCntID; in ProcessRadioRxDone() local 1199 …tatus = GetFCntDown( addrID, fType, &macMsgData, Nvm.MacGroup2.Version, &fCntID, &downLinkCounter … in ProcessRadioRxDone() 1217 …macCryptoStatus = LoRaMacCryptoUnsecureMessage( addrID, address, fCntID, downLinkCounter, &macMsgD… in ProcessRadioRxDone() 1974 FCntIdentifier_t* fCntID, uint32_t* currentDown ) in GetFCntDown() argument 1976 if( ( macMsg == NULL ) || ( fCntID == NULL ) || in GetFCntDown() 1990 *fCntID = A_FCNT_DOWN; in GetFCntDown() 1994 *fCntID = N_FCNT_DOWN; in GetFCntDown() 1999 *fCntID = FCNT_DOWN; in GetFCntDown() 2003 *fCntID = MC_FCNT_DOWN_0; in GetFCntDown() [all …]
|