Searched refs:joinReqType (Results 1 – 7 of 7) sorted by relevance
/loramac-node-3.4.0/src/peripherals/soft-se/ |
D | soft-se.c | 306 SecureElementStatus_t SecureElementProcessJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* joi… in SecureElementProcessJoinAccept() argument 325 if( joinReqType != JOIN_REQ ) in SecureElementProcessJoinAccept() 370 micHeader11[bufItr++] = ( uint8_t ) joinReqType; in SecureElementProcessJoinAccept()
|
/loramac-node-3.4.0/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 225 SecureElementStatus_t SecureElementProcessJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* joi… in SecureElementProcessJoinAccept() argument 246 if( joinReqType != JOIN_REQ ) in SecureElementProcessJoinAccept() 282 micHeader11[bufItr++] = ( uint8_t ) joinReqType; in SecureElementProcessJoinAccept()
|
/loramac-node-3.4.0/src/peripherals/atecc608a-tnglora-se/ |
D | atecc608a-tnglora-se.c | 435 SecureElementStatus_t SecureElementProcessJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* joi… in SecureElementProcessJoinAccept() argument 454 if( joinReqType != JOIN_REQ ) in SecureElementProcessJoinAccept() 499 micHeader11[bufItr++] = ( uint8_t ) joinReqType; in SecureElementProcessJoinAccept()
|
/loramac-node-3.4.0/src/mac/ |
D | secure-element.h | 162 SecureElementStatus_t SecureElementProcessJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* joi…
|
D | LoRaMacCrypto.c | 1115 LoRaMacCryptoStatus_t LoRaMacCryptoHandleJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* join… in LoRaMacCryptoHandleJoinAccept() argument 1132 if( joinReqType == JOIN_REQ ) in LoRaMacCryptoHandleJoinAccept() 1140 if( ( joinReqType == REJOIN_REQ_0 ) || ( joinReqType == REJOIN_REQ_2 ) ) in LoRaMacCryptoHandleJoinAccept() 1151 if( SecureElementProcessJoinAccept( joinReqType, joinEUI, nonce, macMsg->Buffer, in LoRaMacCryptoHandleJoinAccept()
|
D | LoRaMacCrypto.h | 271 LoRaMacCryptoStatus_t LoRaMacCryptoHandleJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* join…
|
D | LoRaMac.c | 467 LoRaMacStatus_t SendReJoinReq( JoinReqIdentifier_t joinReqType ); 2679 LoRaMacStatus_t SendReJoinReq( JoinReqIdentifier_t joinReqType ) in SendReJoinReq() argument 2687 switch( joinReqType ) in SendReJoinReq() 2715 if( joinReqType == REJOIN_REQ_0 ) in SendReJoinReq()
|