Lines Matching refs:Dataset

5 Thread network configuration parameters are managed using Active and Pending Operational Dataset ob…
16 ### Active Operational Dataset
18 …ctive Operational Dataset includes parameters that are currently in use across an entire Thread ne…
30 ### Pending Operational Dataset
32Dataset is used to communicate changes to the Active Operational Dataset before they take effect. …
60 2. Commit new dataset to the Active Operational Dataset in non-volatile storage.
82 …lly attaches to a Thread network, the device will retrieve the complete Active Operational Dataset.
84 1. Create a partial Active Operational Dataset.
102 3. After attaching, validate that the device received the complete Active Operational Dataset.
119 ### Using the Dataset Updater to update Operational Dataset
121 Dataset Updater can be used for a delayed update of network parameters on all devices of a Thread N…
123 1. Clear the dataset buffer and add the Dataset fields to update.
133 …et. There is no need to specify active or pending timestamps because the Dataset Updater will hand…
144 3. Start the Dataset Updater, which will prepare a Pending Operation Dataset and inform the Leader …
154 …ve Operational Dataset on the Leader. This can also be checked at other devices on the network: th…
171 ### Using the Pending Operational Dataset for Delayed Dataset Updates
173 …ational Dataset can be used for a delayed update of network parameters on all devices of a Thread …
175Dataset takes effect and becomes the Active Operational Dataset. The following example shows how a…
177 Normally, an active Commissioner will set a new Pending Operational Dataset. For testing purposes, …
179 … to change is the channel. We can display the current Active Operational Dataset to see that the c…
196 2. Create a new Dataset in the dataset buffer, by copying the Active Operational Dataset. Then chan…
209 3. Set the delay timer parameter to 5 minutes (300000 ms). Show the resulting Dataset that's ready …
230Dataset as the Pending Operational Dataset. This also starts the delay timer countdown. The Leader…
237 5. To verify that the delay timer is counting down, display the Pending Operational Dataset after a…
258 …tional Dataset has been applied at the Leader. This can also be checked at other devices on the ne…
275 … shows that the Active Operational Dataset has now been updated to use channel 12. And the Pending…
346 Print Active Operational Dataset in human-readable form.
363 Print Active Operational Dataset as hex-encoded TLVs.
501 …set buffer with a copy of the current Active Operational Dataset or Pending Operational Dataset, r…
619 Print Pending Operational Dataset in human-readable form.
638 Print Pending Operational Dataset as hex-encoded TLVs.
722 Set the Active Operational Dataset using hex-encoded TLVs.
729 Set the Pending Operational Dataset using hex-encoded TLVs.
740 Convert the Operational Dataset to hex-encoded TLVs.
767 Indicate whether there is an ongoing Operation Dataset update request.
780 Request network to update its Operation Dataset to the current operational dataset buffer.
803 Dataset update complete: OK
816 Cancels an ongoing (if any) Operational Dataset update request.