Contiki 3.x
Modules | Data Structures
Link Layer Security

Layer for implementing link layer security. More...

Modules

 Link Layer Security Common Functionality
 Common functionality of 802.15.4-compliant llsec_drivers.
 
 LLSEC driver with zero security (NULLSEC)
 Insecure link layer security driver.
 
 LLSEC driver using a network-wide key (NONCORESEC)
 Noncompromise-resilient 802.15.4 security.
 

Data Structures

struct  llsec_driver
 The structure of a link layer security driver. More...
 

Detailed Description

Layer for implementing link layer security.

NETSTACK_LLSEC sits in between NETSTACK_MAC and NETSTACK_NETWORK protocols. All NETSTACK_MAC protocols invoke NETSTACK_LLSEC.input() for incoming packets. Likewise, all NETSTACK_NETWORK protocols invoke NETSTACK_LLSEC.send(...) for outgoing packets.