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.

两个设备相差8个信道为什么可以通信?

发现这个问题的过程忽略

实验过程:
1.协调器建立网络:信道:0x0c        Panid:0x89c6

2.路由设备加入此网络,所以现在路由设备的网络信息:信道:0x0c        Panid:0x89c6    ( 双方可以通信 )

3.修改协调器的_NIB库中关于信道和panid的信息并且UpdateNV,建立网络:信道:0x14  Panid:0x89c6  然后可以与路由设备通信( 信道强度比较差 )

4.修改协调器的_NIB库中关于信道和panid的信息并且UpdateNV,建立网络:信道:0x12    Panid:0x89c6 

5.路由设备加入此网络,所以现在路由设备的网络信息:信道:0x12       Panid:0x89c6    ( 双方可以通信 )

6.修改协调器的_NIB库中关于信道和panid的信息并且UpdateNV,建立网络:信道:0x1a  Panid:0x89c6  然后可以与路由设备通信( 信道强度比较差 )

重复上面的动作发现

 0x0b信道与0x13信道
 0x11信道与0x19信道
都可以通信
请问是硬件的问题还是怎么回事呢?