mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 14:20:29 +00:00
d2fcf539da
This commit adds support for the "non-preferred channels" TLV in Network Diagnostics. New APIs and their related CLI commands are added to allow users to get/set this value, which is then used to respond to Diagnostic Get/Query messages requesting this TLV. This commit also introduces a mechanism to monitor and notify the caller when a Network Diagnostic Reset command is received for this TLV. The `test-020-net-diag` test is updated to validate the new TLV and its API.