1.. _net_linkaddr_interface:
2
3Link Layer Address Handling
4###########################
5
6.. contents::
7    :local:
8    :depth: 2
9
10Overview
11********
12
13The link layer addresses are set for network interfaces so that L2
14connectivity works correctly in the network stack. Typically the link layer
15addresses are 6 bytes long like in Ethernet but for IEEE 802.15.4 the link
16layer address length is 8 bytes.
17
18API Reference
19*************
20
21.. doxygengroup:: net_linkaddr
22