Contiki 3.x
Data Fields
llsec_driver Struct Reference

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

#include <core/net/llsec/llsec.h>

Data Fields

void(* init )(void)
 Inits link layer security. More...
 
void(* send )(mac_callback_t sent_callback, void *ptr)
 Secures outgoing frames before passing them to NETSTACK_MAC. More...
 
void(* input )(void)
 Decrypts incoming frames; filters out injected or replayed frames.
 

Detailed Description

The structure of a link layer security driver.

Definition at line 62 of file llsec.h.

Field Documentation

void(* llsec_driver::init)(void)

Inits link layer security.

Definition at line 66 of file llsec.h.

void(* llsec_driver::send)(mac_callback_t sent_callback, void *ptr)

Secures outgoing frames before passing them to NETSTACK_MAC.

Definition at line 69 of file llsec.h.