mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
fix diagnostic feature and code cleanup (#1030)
* fix diagnostic feature and code cleanup
This commit is contained in:
@@ -199,7 +199,8 @@ typedef enum ThreadError
|
||||
|
||||
#define OT_MASTER_KEY_SIZE 16 ///< Size of the Thread Master Key (bytes)
|
||||
|
||||
#define OT_NUM_NETDIAG_TLV_TYPES 18 ///< Number of Network Diagnostic TLV types
|
||||
#define OT_NETWORK_DIAGNOSTIC_TYPELIST_TYPE 18 ///< Concatenated List of Type Identifiers of Other Diagnostics TLVs Used to Request or Reset Multiple Diagnostic Values
|
||||
#define OT_NETWORK_DIAGNOSTIC_TYPELIST_MAX_ENTRIES 18 ///< Maximum Number of Other Network Diagnostic TLV Types
|
||||
|
||||
/**
|
||||
* This structure represents a Thread Master Key.
|
||||
|
||||
Reference in New Issue
Block a user