osd-contiki/core/net/llsec
2016-04-13 09:16:09 -07:00
..
noncoresec llsec: Fix for Issue #1537 2016-04-13 09:16:09 -07:00
anti-replay.c llsec: Do not define surrogates in packetbuf.h, as otherwise configuration errors go unnoticed 2016-04-13 07:54:46 -07:00
anti-replay.h Fix warnings caused by incorrect param names / undocumented params 2015-02-15 20:11:08 +01:00
ccm-star-packetbuf.c llsec: Permit dynamic security levels 2016-04-13 07:54:46 -07:00
ccm-star-packetbuf.h llsec: Added AEAD mode to CCM* 2015-10-14 08:22:44 -07:00
llsec.h llsec: Replaced bootstrap function with a simple init function 2015-10-14 08:21:40 -07:00
llsec802154.h llsec: Permit dynamic security levels 2016-04-13 07:54:46 -07:00
nullsec.c llsec: Replaced bootstrap function with a simple init function 2015-10-14 08:21:40 -07:00
nullsec.h Fix warnings caused by incorrect \defgroup, \addtogroup, \file 2015-02-15 20:11:09 +01:00
README.md llsec: Added READMEs 2016-04-13 09:16:07 -07:00

Link layer security is implemented as a new netstack layer, which is located in between the MAC and the NETWORK layer. The interface of LLSEC drivers is defined in llsec.h. Additionally, LLSEC drivers may define a special FRAMER, which calls the actual FRAMER underneath. By default, the LLSEC driver nullsec is used, which does nothing.

TODO

  • Most main files do not call LLSEC.init, yet