0.01.00
thread_netif.cpp File Reference

This file implements the Thread network interface. More...

#include "thread_netif.hpp"
#include "openthread-instance.h"
#include "common/code_utils.hpp"
#include "common/encoding.hpp"
#include "common/message.hpp"
#include "net/ip6.hpp"
#include "net/netif.hpp"
#include "net/udp6.hpp"
#include "thread/mle.hpp"
#include "thread/thread_tlvs.hpp"
#include "thread/thread_uri_paths.hpp"

Variables

static const otMasterKey ot::kThreadMasterKey
 

Detailed Description

This file implements the Thread network interface.

Variable Documentation

§ kThreadMasterKey

const otMasterKey ot::kThreadMasterKey
static
Initial value:
=
{
{
0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff,
}
}