mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
424 B
424 B
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