osd-contiki/core/net/mac
2008-01-14 09:26:42 +00:00
..
ctdma_mac.c simple tdma ctimer implementation 2007-09-18 10:36:36 +00:00
ctdma_mac.h simple tdma ctimer implementation 2007-09-18 10:36:36 +00:00
cxmac.c xmac ctimer implementation 2007-09-18 10:35:39 +00:00
cxmac.h xmac ctimer implementation 2007-09-18 10:35:39 +00:00
mac.h Generic API for MAC layers 2007-05-25 06:40:19 +00:00
Makefile.mac Added nullmac 2007-05-15 08:06:07 +00:00
nullmac.c Avoid usage of POSIX function names even for static functions as some indirectly included system header might declare them. 2007-12-23 14:56:54 +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
tdma_mac.c Fixed to match the Contiki code style 2007-11-26 15:31:32 +00:00
tdma_mac.h platform independent simple slotted tdma mac protocol 2007-08-31 13:42:22 +00:00
xmac.c Changed the code so that the rtimer is only set from the rtimer (interrupt) code, and not from the non-rtimer code. Removed unused code that was supposed to turn the radio off when a packet for another node was heard (but which didn't really work anyway). Changed default on time to 1/100 seconds, and off time to 1/2 seconds 2008-01-14 09:26:42 +00:00
xmac.h Multiple bugfixes and updates to xmac code by Niclas 2007-11-12 22:29:37 +00:00