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: Z-STACK

设备在运行过程中会运行到

// If AIB_apsUseExtendedPANID is set to a non-zero value by commissioning
// The device shall do rejoin the network. Otherwise, do normal join
if ( nwk_ExtPANIDValid( AIB_apsUseExtendedPANID ) == false )
{
    devStartMode = MODE_JOIN; // Assume joining
}

里面去,导致设备不能重新入网,请问在什么情况下会导致 nwk_ExtPANIDValid( AIB_apsUseExtendedPANID ) == false 成立