Home
last modified time | relevance | path

Searched refs:SePin (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/
DLmHandlerMsgDisplay.c141 printf( "Pin : %02X", commissioningParams->SePin[0] ); in DisplayNetworkParametersUpdate()
144 printf( "-%02X", commissioningParams->SePin[i] ); in DisplayNetworkParametersUpdate()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/
DLmHandlerTypes.h102 uint8_t SePin[4]; member
DLmHandler.c47 .SePin = { 0 }, // Automatically filed from secure-element
326 memcpy1( CommissioningParams.SePin, mibReq.Param.SePin, 4 ); in LmHandlerInit()
/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.h1958 uint8_t* SePin; member
DLoRaMac.c4062 mibGet->Param.SePin = SecureElementGetPin( ); in LoRaMacMibGetRequestConfirm()
4347 if( SecureElementSetPin( mibSet->Param.SePin ) != SECURE_ELEMENT_SUCCESS ) in LoRaMacMibSetRequestConfirm()