Hi All,

I'm trying to put the node in sleep mode and then wake up them after a while.

In mac-802.11.cc I use the ((WirelessPhy *)netif_)->node_sleep() to put the 
node in sleep mode.

Then in wireless-phy.cc, I've defined a timer. when this time get expired I 
just call node_wakeup() from the expire function of the timer.

Basically, it seems ok. However, the node does not respond to any packet 
transmission (like its in sleep mode).

Does anybody know what is the problem or Could you please suggest another 
solution?

Thanks

Reply via email to