|
Contiki 3.x
|
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. | |
1.8.6