mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 01:00:09 +00:00
Automatic Joiners removal in Commissioner (#1421)
* Implement automatic Joiner removal feature. * Save some RAM in JoinerRouter class. * Specify timeout for each Joiner separately. * Update Windows API files.
This commit is contained in:
committed by
Jonathan Hui
parent
6eaacdd4a4
commit
746a40a340
@@ -602,6 +602,7 @@ typedef struct otCommissionConfig
|
||||
// uint8_t - aExtAddressValid
|
||||
// otExtAddress - aExtAddress (optional)
|
||||
// char[OPENTHREAD_PSK_MAX_LENGTH + 1] - aPSKd
|
||||
// uint32_t - aTimeout
|
||||
|
||||
#define IOCTL_OTLWF_OT_COMMISIONER_REMOVE_JOINER \
|
||||
OTLWF_CTL_CODE(181, METHOD_BUFFERED, FILE_WRITE_DATA)
|
||||
|
||||
Reference in New Issue
Block a user