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.

NLME_PermitJoiningRequest()是否可以禁止新设备加入网络

Other Parts Discussed in Thread: Z-STACK

现需求在一个zigbee网络中,禁止从未连过的设备连接到该网络,但允许曾经连过的设备意外掉线也能重连。

我在协调器任务中调用NLME_PermitJoiningRequest(0x00)是否可以达到效果,如果不能,请问如何解决这个问题??谢谢