Searched refs:SecureElementGetJoinEui (Results 1 – 5 of 5) sorted by relevance
/loramac-node-latest/src/mac/ |
D | secure-element.h | 195 uint8_t* SecureElementGetJoinEui( void );
|
D | LoRaMac.c | 980 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( JOIN_REQ, SecureElementGetJoinEui( ), &macMsgJoin… in ProcessRadioRxDone() 984 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( REJOIN_REQ_0, SecureElementGetJoinEui( ), &macMsg… in ProcessRadioRxDone() 990 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( REJOIN_REQ_1, SecureElementGetJoinEui( ), &macMsg… in ProcessRadioRxDone() 996 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( REJOIN_REQ_2, SecureElementGetJoinEui( ), &macMsg… in ProcessRadioRxDone() 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() 4057 mibGet->Param.JoinEui = SecureElementGetJoinEui( ); in LoRaMacMibGetRequestConfirm()
|
/loramac-node-latest/src/peripherals/soft-se/ |
D | soft-se.c | 429 uint8_t* SecureElementGetJoinEui( void ) in SecureElementGetJoinEui() function
|
/loramac-node-latest/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 362 uint8_t* SecureElementGetJoinEui( void ) in SecureElementGetJoinEui() function
|
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/ |
D | atecc608a-tnglora-se.c | 568 uint8_t* SecureElementGetJoinEui( void ) in SecureElementGetJoinEui() function
|