mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 09:59:52 +00:00
[cli] fix router table command (#2747)
This commit is contained in:
@@ -725,8 +725,13 @@ typedef struct otCommissionConfig
|
||||
// uint8_t - aNewIterator (output)
|
||||
// otExternalRouteConfig - aConfig (output)
|
||||
|
||||
#define IOCTL_OTLWF_OT_MAX_ROUTER_ID \
|
||||
OTLWF_CTL_CODE(202, METHOD_BUFFERED, FILE_READ_DATA)
|
||||
// GUID - InterfaceGuid
|
||||
// uint8_t - aMaxRouterId
|
||||
|
||||
// OpenThread function IOCTL codes
|
||||
#define MIN_OTLWF_IOCTL_FUNC_CODE 100
|
||||
#define MAX_OTLWF_IOCTL_FUNC_CODE 201
|
||||
#define MAX_OTLWF_IOCTL_FUNC_CODE 202
|
||||
|
||||
#endif //__OTLWFIOCTL_H__
|
||||
|
||||
Reference in New Issue
Block a user