Home
last modified time | relevance | path

Searched refs:joinReqType (Results 1 – 7 of 7) sorted by relevance

/loramac-node-3.4.0/src/peripherals/soft-se/
Dsoft-se.c306 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/
Dlr1110-se.c225 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/
Datecc608a-tnglora-se.c435 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/
Dsecure-element.h162 SecureElementStatus_t SecureElementProcessJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* joi…
DLoRaMacCrypto.c1115 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()
DLoRaMacCrypto.h271 LoRaMacCryptoStatus_t LoRaMacCryptoHandleJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* join…
DLoRaMac.c467 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()