Searched refs:LORAMAC_JOIN_EUI_FIELD_SIZE (Results 1 – 7 of 7) sorted by relevance
/loramac-node-latest/src/mac/ |
D | LoRaMacHeaderTypes.h | 54 #define LORAMAC_JOIN_EUI_FIELD_SIZE 8 macro 112 #define LORAMAC_JOIN_REQ_MSG_SIZE ( LORAMAC_MHDR_FIELD_SIZE + LORAMAC_JOIN_EUI_FIELD_SIZE… 122 … LORAMAC_JOIN_EUI_FIELD_SIZE + LORAMAC_DEV_EUI_FIELD_SIZE + \ 161 ( LORAMAC_MHDR_FIELD_SIZE + LORAMAC_JOIN_TYPE_FIELD_SIZE + LORAMAC_JOIN_EUI_FIELD_SIZE + \
|
D | LoRaMacSerializer.c | 41 memcpyr( &macMsg->Buffer[bufItr], macMsg->JoinEUI, LORAMAC_JOIN_EUI_FIELD_SIZE ); in LoRaMacSerializerJoinRequest() 42 bufItr += LORAMAC_JOIN_EUI_FIELD_SIZE; in LoRaMacSerializerJoinRequest() 78 memcpyr( &macMsg->Buffer[bufItr], macMsg->JoinEUI, LORAMAC_JOIN_EUI_FIELD_SIZE ); in LoRaMacSerializerReJoinType1() 79 bufItr += LORAMAC_JOIN_EUI_FIELD_SIZE; in LoRaMacSerializerReJoinType1()
|
D | LoRaMacMessageTypes.h | 68 uint8_t JoinEUI[LORAMAC_JOIN_EUI_FIELD_SIZE]; 107 uint8_t JoinEUI[LORAMAC_JOIN_EUI_FIELD_SIZE];
|
D | LoRaMac.c | 2771 …1( MacCtx.TxMsg.Message.ReJoin1.JoinEUI, SecureElementGetJoinEui( ), LORAMAC_JOIN_EUI_FIELD_SIZE ); in SendReJoinReq() 2826 …1( MacCtx.TxMsg.Message.JoinReq.JoinEUI, SecureElementGetJoinEui( ), LORAMAC_JOIN_EUI_FIELD_SIZE ); in SendReJoinReq()
|
/loramac-node-latest/src/peripherals/soft-se/ |
D | soft-se.c | 372 memcpyr( micHeader11 + bufItr, joinEui, LORAMAC_JOIN_EUI_FIELD_SIZE ); in SecureElementProcessJoinAccept() 373 bufItr += LORAMAC_JOIN_EUI_FIELD_SIZE; in SecureElementProcessJoinAccept()
|
/loramac-node-latest/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 300 memcpyr( micHeader11 + bufItr, joinEui, LORAMAC_JOIN_EUI_FIELD_SIZE ); in SecureElementProcessJoinAccept() 301 bufItr += LORAMAC_JOIN_EUI_FIELD_SIZE; in SecureElementProcessJoinAccept()
|
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/ |
D | atecc608a-tnglora-se.c | 501 memcpyr( micHeader11 + bufItr, joinEui, LORAMAC_JOIN_EUI_FIELD_SIZE ); in SecureElementProcessJoinAccept() 502 bufItr += LORAMAC_JOIN_EUI_FIELD_SIZE; in SecureElementProcessJoinAccept()
|