Add Network Key Sequence TLV to the Joiner Entrust message. (#1148)

This commit is contained in:
Jonathan Hui
2017-01-13 19:05:54 -08:00
committed by GitHub
parent 14abee3fcc
commit ab866eed92
4 changed files with 55 additions and 0 deletions
+1
View File
@@ -483,6 +483,7 @@ typedef enum otMeshcopTlvType
OT_MESHCOP_TLV_NETWORKNAME = 3, ///< meshcop Network Name TLV
OT_MESHCOP_TLV_PSKC = 4, ///< meshcop PSKc TLV
OT_MESHCOP_TLV_MASTERKEY = 5, ///< meshcop Network Master Key TLV
OT_MESHCOP_TLV_NETWORK_KEY_SEQUENCE = 6, ///< meshcop Network Key Sequence TLV
OT_MESHCOP_TLV_MESHLOCALPREFIX = 7, ///< meshcop Mesh Local Prefix TLV
OT_MESHCOP_TLV_STEERING_DATA = 8, ///< meshcop Steering Data TLV
OT_MESHCOP_TLV_BORDER_AGENT_RLOC = 9, ///< meshcop Border Agent Locator TLV