Tool/software: TI C/C++ Compiler
STEPS:
1. I connected my mobile to the border router GUI (192.168.1.2) and successfully formed a thread network with the connected CC1352_P2 board (leader NCP device).
2. When I go to the Commission page, and key in network passphrase and Joiner PSKd, the commission operation fails.
Below are the logs from Leader (NCP device):
> dataset
Active Timestamp: 1
Channel: 14
Channel Mask: 0x07fff800
Ext PAN ID: 1111111122222222
Mesh Local Prefix: fd2f:abe9:ed6d:9c06::/64
Master Key: 00112233445566778899aabbccddeeff
Network Name: OpenThreadDemogg
PAN ID: 0x1234
PSKc: 1050a85d8f4b088ff44473b55dabdf8e
Security Policy: 0, onrcb
Done
> ifconfig
up
Done
> state
leader
Done
> router table
| ID | RLOC16 | Next Hop | Path Cost | LQ In | LQ Out | Age | Extended MAC |
+----+--------+----------+-----------+-------+--------+-----+------------------+
| 45 | 0xb400 | 63 | 0 | 0 | 0 | 0 | 82885ee5d18e9b3e |
Done
> extaddr
82885ee5d18e9b3e
Done
> child table
| ID | RLOC16 | Timeout | Age | LQ In | C_VN |R|D|N| Extended MAC |
+-----+--------+------------+------------+-------+------+-+-+-+------------------+
Done
Also, I would like to know which one and what is the purpose of network passphrase, master key, PSKc, and PSKd.