llsec: Added a layer in between NETSTACK_MAC and NETSTACK_NETWORK for implementing link layer security
This commit is contained in:
parent
4493783ce9
commit
c396a85364
28 changed files with 286 additions and 20 deletions
|
@ -1341,7 +1341,7 @@ send_packet(linkaddr_t *dest)
|
|||
|
||||
/* Provide a callback function to receive the result of
|
||||
a packet transmission. */
|
||||
NETSTACK_MAC.send(&packet_sent, NULL);
|
||||
NETSTACK_LLSEC.send(&packet_sent, NULL);
|
||||
|
||||
/* If we are sending multiple packets in a row, we need to let the
|
||||
watchdog know that we are still alive. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue