nRF5 SDK for Thread v0.11.0
Data Fields
otSemanticallyOpaqueIidGeneratorData Struct Reference

#include <types.h>

Data Fields

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.
 

Detailed Description

This structure represents data used by Semantically Opaque IID Generator.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated