Searched refs:txCh (Results 1 – 3 of 3) sorted by relevance
/loramac-node-3.7.0/src/mac/ |
D | LoRaMacCrypto.c | 423 …uint16_t msgLen, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, uint32_t devAddr, … in PrepareB1() argument 446 b1[4] = txCh; in PrepareB1() 482 …g, uint16_t len, KeyIdentifier_t keyID, bool isAck, uint8_t txDr, uint8_t txCh, uint32_t devAddr, … 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 …MAC_MIC_FIELD_SIZE ), S_NWK_S_INT_KEY, macMsg->FHDR.FCtrl.Bits.Ack, txDr, txCh, macMsg->FHDR.DevAd… in LoRaMacCryptoSecureMessage()
|
D | LoRaMacCrypto.h | 284 LoRaMacCryptoStatus_t LoRaMacCryptoSecureMessage( uint32_t fCntUp, uint8_t txDr, uint8_t txCh, LoRa…
|
D | LoRaMac.c | 477 static LoRaMacStatus_t SecureFrame( uint8_t txDr, uint8_t txCh ); 3038 static LoRaMacStatus_t SecureFrame( uint8_t txDr, uint8_t txCh ) in SecureFrame() argument 3081 … macCryptoStatus = LoRaMacCryptoSecureMessage( fCntUp, txDr, txCh, &MacCtx.TxMsg.Message.Data ); in SecureFrame()
|