mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 19:27:46 +00:00
Add Joiner UDP Port feature (#676)
* Add Joiner UDP Port feature - Add 'joinerport' cli for configuration - Include Joiner UDP Port TLV in discovery response message - Joiner use it as destination port during commissioning process
This commit is contained in:
@@ -167,6 +167,7 @@ private:
|
||||
#if OPENTHREAD_ENABLE_JOINER
|
||||
void ProcessJoiner(int argc, char *argv[]);
|
||||
#endif // OPENTHREAD_ENABLE_JOINER
|
||||
void ProcessJoinerPort(int argc, char *argv[]);
|
||||
void ProcessKeySequence(int argc, char *argv[]);
|
||||
void ProcessLeaderData(int argc, char *argv[]);
|
||||
void ProcessLeaderPartitionId(int argc, char *argv[]);
|
||||
|
||||
Reference in New Issue
Block a user