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_LeaveReq( NLME_LeaveReq_t* req );函数再使用NLME_PermitJoiningRequest( byte PermitDuration );

我使用NLME_LeaveReq( NLME_LeaveReq_t* req )删除终端(终端处于低功耗模式,在睡眠状态)节点。当请求结构体NLME_LeaveReq_t.rejoin=1时不能删除终端,当请求结构体NLME_LeaveReq_t.rejoin=0时可以删除终端,但是终端再也不能入网了。而且使用NLME_PermitJoiningRequest( byte PermitDuration )也不能打开入网窗口。其他的终端也就加不进来网了。我希望的模式是能够删除终端,删除后终端还能够再次加入网络。