![]() |
0.01.00
|
This structure represents data used by Semantically Opaque IID Generator. More...
#include <include/openthread/types.h>
Public Attributes | |
| uint8_t * | mInterfaceId |
| String of bytes representing interface ID. Like "eth0" or "wlan0". | |
| uint8_t | mInterfaceIdLength |
| Length of interface ID string. | |
| uint8_t * | mNetworkId |
| Network ID (or name). Can be null if mNetworkIdLength is 0. | |
| uint8_t | mNetworkIdLength |
| Length of Network ID string. | |
| uint8_t | mDadCounter |
| Duplicate address detection counter. | |
| uint8_t * | mSecretKey |
| Secret key used to create IID. Cannot be null. | |
| uint16_t | mSecretKeyLength |
| Secret key length in bytes. Should be at least 16 bytes == 128 bits. | |
This structure represents data used by Semantically Opaque IID Generator.