Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacHeaderTypes.h112 #define LORAMAC_JOIN_REQ_MSG_SIZE ( LORAMAC_MHDR_FIELD_SIZE + LORAMAC_JOIN_EUI_FIELD_SIZE… macro
DLoRaMacSerializer.c34 if( macMsg->BufSize < LORAMAC_JOIN_REQ_MSG_SIZE ) in LoRaMacSerializerJoinRequest()
DLoRaMacCrypto.c1017 …if( SecureElementComputeAesCmac( NULL, macMsg->Buffer, ( LORAMAC_JOIN_REQ_MSG_SIZE - LORAMAC_MIC_F… in LoRaMacCryptoPrepareJoinRequest()