Other Parts Discussed in Thread: CC2530
Hai all,
How can a cordinator can be allowed to join only predefined devices? am using cc2530 and zstack 2.5.
Thanks in advance
arun
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: CC2530
Hai all,
How can a cordinator can be allowed to join only predefined devices? am using cc2530 and zstack 2.5.
Thanks in advance
arun
If you are using security you can add this functionality to ZDSecMgrDeviceValidate (ZDSecMgr.c).
When the IEEE address (device->extAddr) doesn't match to one of your allowed IEEE addresses simply set 'status' to ZNwkUnknownDevice and the device will not be allowed to join.