Support meshcop datasets and propagation. (#330)

This commit is contained in:
Jonathan Hui
2016-08-04 09:46:48 -07:00
committed by GitHub
parent b209ac63aa
commit 2a493e7ec0
27 changed files with 2702 additions and 95 deletions
+1
View File
@@ -86,6 +86,7 @@ typedef enum otLogRegion
kLogRegionMac = 7, ///< IEEE 802.15.4 MAC
kLogRegionMem = 8, ///< Memory
kLogRegionNcp = 9, ///< NCP
kLogRegionMeshCoP = 10, ///< Mesh Commissioning Protocol
} otLogRegion;
/**