osd-contiki/core/net/mac
adamdunkels 4de1816e36 Added a new module called "framer" that creates MAC level frames to
the packetbuf from packet attributes. Two framer modules are included,
one that creates 802.15.4 frame headers, and one that creates a
minimal "nullmac"-style header that only contains the link-local
addresses.
2009-10-19 18:30:03 +00:00
..
ctdma_mac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
ctdma_mac.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
cxmac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
cxmac.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
frame802154.c sdcc compiler issue fix: compound assignments are not supported, so we use memcpy() instead 2009-09-09 21:08:46 +00:00
frame802154.h removed bitfields for compatibility with cc65 2009-04-09 21:54:09 +00:00
framer-802154.c Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer-802154.h Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer-nullmac.c Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer-nullmac.h Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer.c Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer.h Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
lpp.c * Set sender and receiver packet attributes on incoming packets 2009-10-19 11:25:54 +00:00
lpp.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
mac.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
Makefile.mac Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
nullmac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
nullmac.h Made initialization function return a pointer to the MAC driver structure, to make initialization nicer 2007-10-23 20:57:37 +00:00
sicslowmac.c Moved the link layer destination check to sicslowmac 2009-09-18 16:37:17 +00:00
sicslowmac.h added 802.15.4 frame packeter 2009-04-06 13:19:03 +00:00
tdma_mac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
tdma_mac.h updated for latest mac driver structure 2008-11-12 12:42:41 +00:00
xmac.c Ensure that DEFAULT_PERIOD is != 0, to avoid a modulo with 0 2009-10-19 06:39:29 +00:00
xmac.h Added a function (quick hack) that sets the radio transmission power of outgoing announcement packets in xmac 2009-03-23 21:06:26 +00:00