mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 23:57:47 +00:00
[meshcop] border agent of native commissioner (#3535)
This commit enables a node serve as the border agent of native commissioner by adding the border agent UDP port to unsecure port when the security policy allows. To fully test verify this commit, we need a native commissioner, which I will submit a separate commit to enable that.
This commit is contained in:
@@ -238,6 +238,7 @@ typedef enum otMeshcopTlvType
|
||||
OT_MESHCOP_TLV_SECURITYPOLICY = 12, ///< meshcop Security Policy TLV
|
||||
OT_MESHCOP_TLV_GET = 13, ///< meshcop Get TLV
|
||||
OT_MESHCOP_TLV_ACTIVETIMESTAMP = 14, ///< meshcop Active Timestamp TLV
|
||||
OT_MESHCOP_TLV_COMMISSIONER_UDP_PORT = 15, ///< meshcop Commissioner UDP Port TLV
|
||||
OT_MESHCOP_TLV_STATE = 16, ///< meshcop State TLV
|
||||
OT_MESHCOP_TLV_JOINER_DTLS = 17, ///< meshcop Joiner DTLS Encapsulation TLV
|
||||
OT_MESHCOP_TLV_JOINER_UDP_PORT = 18, ///< meshcop Joiner UDP Port TLV
|
||||
|
||||
Reference in New Issue
Block a user