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_ReJoinRequestUnsecure() 发送不出去

定义了NV_RESTORE 节点掉线后,先发送orphon  无回应。再发送Beacon 三次之后 程序进入ZDApp_ProcessOSALMsg的ZDO_NWK_DISC_CNF    REJOIN    发送      rejoinStatus = NLME_ReJoinRequestUnsecure( ZDO_UseExtendedPANID, pChosenNwk->logicalChannel);

程序显示发送成功:rejoinStatus == SUCCESS 也会进入 ZDO_JoinConfirmCB回调中。但是抓不到rejoin request 的包,所以不能重连上,很奇怪,过段时间有时就重连上了,因为空中有了rejoin requset的包!

很不解是什么原因程序显示发送成功,但是空中没有这包数?