Searched refs:fCntID (Results 1 – 3 of 3) sorted by relevance
/loramac-node-3.4.0/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() 729 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() argument 732 if( GetLastFcntDown( fCntID, &lastDown ) != LORAMAC_CRYPTO_SUCCESS ) in CheckFCntDown() 756 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() argument 758 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 | 197 LoRaMacCryptoStatus_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32… 215 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount ); 294 …eMessage( AddressIdentifier_t addrID, uint32_t address, FCntIdentifier_t fCntID, uint32_t fCntDown…
|
D | LoRaMac.c | 402 FCntIdentifier_t* fCntID, uint32_t* currentDown ); 906 FCntIdentifier_t fCntID; in ProcessRadioRxDone() local 1169 …tatus = GetFCntDown( addrID, fType, &macMsgData, Nvm.MacGroup2.Version, &fCntID, &downLinkCounter … in ProcessRadioRxDone() 1187 …macCryptoStatus = LoRaMacCryptoUnsecureMessage( addrID, address, fCntID, downLinkCounter, &macMsgD… in ProcessRadioRxDone() 1908 FCntIdentifier_t* fCntID, uint32_t* currentDown ) in GetFCntDown() argument 1910 if( ( macMsg == NULL ) || ( fCntID == NULL ) || in GetFCntDown() 1924 *fCntID = A_FCNT_DOWN; in GetFCntDown() 1928 *fCntID = N_FCNT_DOWN; in GetFCntDown() 1933 *fCntID = FCNT_DOWN; in GetFCntDown() 1937 *fCntID = MC_FCNT_DOWN_0; in GetFCntDown() [all …]
|