Home
last modified time | relevance | path

Searched refs:txDr (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.c423 …_t PrepareB1( uint16_t msgLen, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, uint… in PrepareB1() argument
445 b1[3] = txDr; in PrepareB1()
482 …1( uint8_t* msg, uint16_t len, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, uint… in ComputeCmacB1() argument
496 PrepareB1( len, keyID, isAck, txDr, txCh, devAddr, fCntUp, micBuff ); in ComputeCmacB1()
1287 LoRaMacCryptoStatus_t LoRaMacCryptoSecureMessage( uint32_t fCntUp, uint8_t txDr, uint8_t txCh, LoRa… in LoRaMacCryptoSecureMessage() argument
1344 …- LORAMAC_MIC_FIELD_SIZE ), S_NWK_S_INT_KEY, macMsg->FHDR.FCtrl.Bits.Ack, txDr, txCh, macMsg->FHDR… in LoRaMacCryptoSecureMessage()
DLoRaMacCrypto.h282 LoRaMacCryptoStatus_t LoRaMacCryptoSecureMessage( uint32_t fCntUp, uint8_t txDr, uint8_t txCh, LoRa…
DLoRaMac.c497 static LoRaMacStatus_t SecureFrame( uint8_t txDr, uint8_t txCh );
2949 static LoRaMacStatus_t SecureFrame( uint8_t txDr, uint8_t txCh ) in SecureFrame() argument
2992 … macCryptoStatus = LoRaMacCryptoSecureMessage( fCntUp, txDr, txCh, &MacCtx.TxMsg.Message.Data ); in SecureFrame()