zephyr/doc/reference/networking/net_linkaddr.rst
Jukka Rissanen 575040496d doc: net: Add table of contents to networking docs
This allows easy access to different part of the page.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-03-03 23:50:17 -05:00

23 lines
478 B
ReStructuredText

.. _net_linkaddr_interface:
Link Layer Address Handling
###########################
.. contents::
:local:
:depth: 2
Overview
********
The link layer addresses are set for network interfaces so that L2
connectivity works correctly in the network stack. Typically the link layer
addresses are 6 bytes long like in Ethernet but for IEEE 802.15.4 the link
layer address length is 8 bytes.
API Reference
*************
.. doxygengroup:: net_linkaddr
:project: Zephyr