Home
last modified time | relevance | path

Searched refs:FPort (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacParser.c93 macMsg->FPort = 0; in LoRaMacParserData()
98 macMsg->FPort = macMsg->Buffer[bufItr++]; in LoRaMacParserData()
DLoRaMacMessageTypes.h234 uint8_t FPort; member
DLoRaMacSerializer.c181 macMsg->Buffer[bufItr++] = macMsg->FPort; in LoRaMacSerializerData()
DLoRaMac.c1305 MacCtx.McpsIndication.Port = macMsgData.FPort; in ProcessRadioRxDone()
1321 MacCtx.McpsIndication.Port = macMsgData.FPort; in ProcessRadioRxDone()
1334 MacCtx.McpsIndication.Port = macMsgData.FPort; in ProcessRadioRxDone()
1346 MacCtx.McpsIndication.Port = macMsgData.FPort; in ProcessRadioRxDone()
1373 … if( ( macMsgData.FPort == LORAMAC_CERT_FPORT ) && (Nvm.MacGroup2.IsCertPortOn == false ) ) in ProcessRadioRxDone()
1376 MacCtx.McpsIndication.Port = macMsgData.FPort; in ProcessRadioRxDone()
3307 MacCtx.TxMsg.Message.Data.FPort = fPort; in PrepareFrame()
3363 MacCtx.TxMsg.Message.Data.FPort = 0; in PrepareFrame()
3580 if( ( macMsg->FHDR.FCtrl.Bits.FOptsLen > 0 ) && ( macMsg->FPort > 0 ) ) in DetermineFrameType()
3588 else if( ( macMsg->FHDR.FCtrl.Bits.FOptsLen == 0 ) && ( macMsg->FPort == 0 ) ) in DetermineFrameType()
[all …]
DLoRaMacCrypto.c1303 if( macMsg->FPort == 0 ) in LoRaMacCryptoSecureMessage()
1436 if( macMsg->FPort == 0 ) in LoRaMacCryptoUnsecureMessage()
/loramac-node-latest/
DCHANGELOG.md287 - Added FPort filtering to loramac handler packages.