Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c444 mlmeReq.Req.Join.Datarate = LmHandlerParams->TxDatarate; in LmHandlerJoinRequest()
448 mlmeReq.Req.Join.NetworkActivation = ACTIVATION_TYPE_OTAA; in LmHandlerJoinRequest()
454 mlmeReq.Req.Join.NetworkActivation = ACTIVATION_TYPE_ABP; in LmHandlerJoinRequest()
/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.h1300 MlmeReqJoin_t Join; member
DLoRaMac.c5308 if( mlmeRequest->Req.Join.NetworkActivation == ACTIVATION_TYPE_OTAA ) in LoRaMacMlmeRequest()
5312 …nnelsDatarate = RegionAlternateDr( Nvm.MacGroup2.Region, mlmeRequest->Req.Join.Datarate, ALTERNATE… in LoRaMacMlmeRequest()
5321 …nnelsDatarate = RegionAlternateDr( Nvm.MacGroup2.Region, mlmeRequest->Req.Join.Datarate, ALTERNATE… in LoRaMacMlmeRequest()
5324 else if( mlmeRequest->Req.Join.NetworkActivation == ACTIVATION_TYPE_ABP ) in LoRaMacMlmeRequest()
5334 Nvm.MacGroup2.NetworkActivation = mlmeRequest->Req.Join.NetworkActivation; in LoRaMacMlmeRequest()
/loramac-node-3.6.0-3.5.0/
DREADME.md107 …re-provisioned out of factory in order to be used with [LoRa Cloud Device Join Service](https://ww…
109 In case other Join Servers are to be used the `DevEUI`, `Pin`, `JoinEUI` and `AES128 keys` can be u…
DCHANGELOG.md239 - Fixed an issue where the Join back off algorithm wasn't being applied when the duty-cycle enforce…
265 - Fixed an issue where the Join back off algorithm wasn't being applied when the duty-cycle enforce…
770 - After a Join accept the node falls back to the default datarate. Enables the user to Join a netwo…