Searched refs:DOWNLINK (Results 1 – 2 of 2) sorted by relevance
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/ |
D | readme.md | 100 ###### ===== DOWNLINK FRAME 888 ===== ###### 136 ###### ===== DOWNLINK FRAME 889 ===== ###### 172 ###### ===== DOWNLINK FRAME 890 ===== ###### 218 ###### ===== DOWNLINK FRAME 891 ===== ###### 252 ###### ===== DOWNLINK FRAME 892 ===== ###### 288 ###### ===== DOWNLINK FRAME 893 ===== ###### 322 ###### ===== DOWNLINK FRAME 894 ===== ###### 372 ###### ===== DOWNLINK FRAME 110 ===== ###### 397 ###### ===== DOWNLINK FRAME 111 ===== ###### 422 ###### ===== DOWNLINK FRAME 112 ===== ###### [all …]
|
/loramac-node-2.7.6/src/mac/ |
D | LoRaMacCrypto.c | 52 #define DOWNLINK 1 macro 283 if( ( isAck == true ) && ( dir == DOWNLINK ) ) in PrepareB0() 1395 …macMsg->BufSize - LORAMAC_MIC_FIELD_SIZE ), micComputationKeyID, isAck, DOWNLINK, address, fCntDow… in LoRaMacCryptoUnsecureMessage() 1407 … macMsg->FRMPayload, macMsg->FRMPayloadSize, payloadDecryptionKeyID, address, DOWNLINK, fCntDown ); in LoRaMacCryptoUnsecureMessage() 1419 …retval = FOptsEncrypt( macMsg->FHDR.FCtrl.Bits.FOptsLen, address, DOWNLINK, fCntID, fCntDown, macM… in LoRaMacCryptoUnsecureMessage()
|