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(0xFF)没有达到永远允许入网的效果,是什么问题?

Z-stack3.0,基于移除了LCD和KEY之后的GenericApp例程,协调器定时打印NLME_PermitJoining和NLME_AssocPermission的值,可以协调器建网成功后NLME_PermitJoining和NLME_AssocPermission都为1,,但发现运行几分钟之后NLME_PermitJoining会变为0。

于是在协调器成功建网之后调用NLME_PermitJoiningRequest(0xFF),但发现运行一段时间后NLME_PermitJoining还是会变为0,新设备入网会失败,如果已经入网的设备有重新入网的动作会使NLME_PermitJoining会变为1。这是什么问题?