Searched refs:fType (Results 1 – 1 of 1) sorted by relevance
/loramac-node-latest/src/mac/ |
D | LoRaMac.c | 381 static LoRaMacCryptoStatus_t GetFCntDown( AddressIdentifier_t addrID, FType_t fType, LoRaMacMessage… 585 LoRaMacStatus_t DetermineFrameType( LoRaMacMessageData_t* macMsg, FType_t* fType ); 1160 FType_t fType; in ProcessRadioRxDone() local 1161 if( LORAMAC_STATUS_OK != DetermineFrameType( &macMsgData, &fType ) ) in ProcessRadioRxDone() 1189 if( ( multicast == 1 ) && ( ( fType != FRAME_TYPE_D ) || in ProcessRadioRxDone() 1199 …macCryptoStatus = GetFCntDown( addrID, fType, &macMsgData, Nvm.MacGroup2.Version, &fCntID, &downLi… in ProcessRadioRxDone() 1293 switch( fType ) in ProcessRadioRxDone() 1973 static LoRaMacCryptoStatus_t GetFCntDown( AddressIdentifier_t addrID, FType_t fType, LoRaMacMessage… in GetFCntDown() argument 1988 if( ( fType == FRAME_TYPE_A ) || ( fType == FRAME_TYPE_D ) ) in GetFCntDown() 3553 LoRaMacStatus_t DetermineFrameType( LoRaMacMessageData_t* macMsg, FType_t* fType ) in DetermineFrameType() argument [all …]
|