mirror of
https://github.com/espressif/openthread.git
synced 2026-07-06 04:10:22 +00:00
593fc53fcf
This commit introduces the Vendor OUI Network Diagnostic TLV (type 44), enabling devices to query and report their Vendor Organizationally Unique Identifier (OUI). Specifically, this commit implements TLV generation and parsing in the Network Diagnostics `Client` and `Server` modules, exposing the parsed OUI through public client APIs. It also updates the `networkdiagnostic` CLI commands to support querying and outputting Vendor OUI information. It also extends the existing toranj tests to cover the new TLV (`test-020-net-diag-vendor-info.py`).