osd-contiki/core/net
AndreasReder 033adfa678 changed mac framer to be able to change panid during runtime
example:
#include "net/mac/framer-802154.h"
uint16_t panid = 1234;
framer_802154_set_panid(panid);

attention: this only changes the framer panid, you need to change
the radio panid too, e.g. with rf230_set_pan_addr on avr atmega128rfa1
2014-04-15 07:27:27 +02:00
..
ip Merge pull request #620 from adamdunkels/push/socket-api 2014-04-09 22:12:59 +02:00
ipv4 Merge pull request #550 from oliverschmidt/master 2014-01-31 16:22:53 -08:00
ipv6 Register generic ICMPv6 handlers for ROLL TM 2014-04-04 00:09:29 +01:00
mac changed mac framer to be able to change panid during runtime 2014-04-15 07:27:27 +02:00
rime Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
rpl Merge pull request #585 from g-oikonomou/generic-icmp6-in-hooks 2014-04-14 16:12:10 +02:00
linkaddr.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
linkaddr.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
nbr-table.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
nbr-table.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
netstack.c Added support for encryption and decryption of the packetbuf if macros 2012-11-25 12:05:00 +01:00
netstack.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
packetbuf.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
packetbuf.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
packetqueue.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
packetqueue.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
queuebuf.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
queuebuf.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00