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
|
@ -180,7 +180,7 @@ rime_output(struct channel *c)
|
|||
if(chameleon_create(c)) {
|
||||
packetbuf_compact();
|
||||
|
||||
NETSTACK_MAC.send(packet_sent, c);
|
||||
NETSTACK_LLSEC.send(packet_sent, c);
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue