preventing a device from losing Wifi connectivity when in power off mode

Joined
Oct 18, 2006
Messages
1
Reaction score
0
Hello All,

I have a PPC 2003 application running on several devices, that requires Wifi connectivity to pass data back and forth to a web server. The problem is, when the device powers off, due to inactivity, I lose the Wifi connectivity, and hence, no data transfers happen.

I was wondering, if there's any API or some other way, I could either keep the Wifi connectivity ON during a poweroff, or if that's an oxymoron, atleast be able to suspend the powering off programatically.

The app is written in VS2005 using C#.

Any suggestions would help.

Thank you.
 
Network Connection

What I suggest is to always check network connection status before send data to server.

You can alter registry setting to let device go to suspend mode only when power button is pressed.
 
Back
Top