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