Searched refs:JoinEUI (Results 1 – 4 of 4) sorted by relevance
/loramac-node-latest/src/mac/ |
D | LoRaMacMessageTypes.h | 68 uint8_t JoinEUI[LORAMAC_JOIN_EUI_FIELD_SIZE]; member 107 uint8_t JoinEUI[LORAMAC_JOIN_EUI_FIELD_SIZE]; member
|
D | LoRaMacSerializer.c | 41 memcpyr( &macMsg->Buffer[bufItr], macMsg->JoinEUI, LORAMAC_JOIN_EUI_FIELD_SIZE ); in LoRaMacSerializerJoinRequest() 78 memcpyr( &macMsg->Buffer[bufItr], macMsg->JoinEUI, LORAMAC_JOIN_EUI_FIELD_SIZE ); in LoRaMacSerializerReJoinType1()
|
D | LoRaMac.c | 2771 …memcpy1( MacCtx.TxMsg.Message.ReJoin1.JoinEUI, SecureElementGetJoinEui( ), LORAMAC_JOIN_EUI_FIELD_… in SendReJoinReq() 2826 …memcpy1( MacCtx.TxMsg.Message.JoinReq.JoinEUI, SecureElementGetJoinEui( ), LORAMAC_JOIN_EUI_FIELD_… in SendReJoinReq()
|
/loramac-node-latest/ |
D | README.md | 97 …eans that everything is located on the host MCU memories. The `DevEUI`, `JoinEUI` and `AES128 keys… 99 In order to update the end-device identity (`DevEUI`, `JoinEUI` and `AES128 keys`) one must update … 109 In case other Join Servers are to be used the `DevEUI`, `Pin`, `JoinEUI` and `AES128 keys` can be u… 111 …o `ON` the *lr1110-se* will use the factory provisioned data (`DevEUI`, `JoinEUI` and `AES128 keys… 113 The `DevEUI`, `Pin` and `JoinEUI` can be changed by editing the `se-identity.h` file located in `./…
|