File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,18 @@ An example of the configuration file:
41
41
| --------------- | ------------- | ----------- |
42
42
| thread-pskd | string [ 6-255 chars] | Human-scaled commissioning credentials. |
43
43
| thread-device-type | enum from mesh_device_type_t | Set device operating mode. |
44
+ | thread-use-static-link-config | boolean | True: Use the below link config, False: Use commissioning, ignore the below link config. |
44
45
| thread-config-channel-mask | number [ 0-0x07fff800] | Channel mask, 0x07fff800 scans all channels. |
45
46
| thread-config-channel-page | number [ 0, 2] | Channel page, 0 for 2,4 GHz and 2 for sub-GHz radios. |
46
47
| thread-config-channel | number [ 0-27] | RF channel to use. |
47
48
| thread-config-panid | number [ 0-0xFFFF] | Network identifier. |
49
+ | thread-config-network-name | string [ 1-16] |
50
+ | thread-config-commissioning-dataset-timestamp | [ 0-0xFFFFFFFFFFFFFFFF] | Timestamp where upper 48 bits are seconds |
51
+ | thread-config-extended-panid | byte array [ 8] | Extended PAN ID |
48
52
| thread-master-key | byte array [ 16] | Network master key. |
49
53
| thread-config-ml-prefix | byte array [ 8] | Mesh local prefix. |
50
54
| thread-config-pskc | byte array [ 16] | Pre-Shared Key for the Commissioner. |
55
+ | thread-security-policy | number [ 0-0xFF] | Security policy |
51
56
52
57
### 6LoWPAN related configuration parameters
53
58
You can’t perform that action at this time.
0 commit comments