fix diagnostic feature and code cleanup (#1030)

* fix diagnostic feature and code cleanup
This commit is contained in:
rongli
2016-12-02 09:02:16 -08:00
committed by Jonathan Hui
parent 78462001e1
commit d2695ab5f4
13 changed files with 240 additions and 156 deletions
+2 -1
View File
@@ -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.