WifiManager.WifiLock doesn't work

Dave McLaughlin
I can't seem to get the Mini210 with Android to keep the WiFi active.

I have implemented in my code a wakelock to keep the WiFi active but it
still disconnects after a preset time of no activity. 

I can't find anything in the settings that should stop this happening.

I need the WiFi to stay connected as my application will be sending data to
a server every so often. This time can vary from a few minutes to a few
hours so it has to stay connected.

The source for the WiFi is closed from FriendlyArm so I can't track it down
to where the fault lies.

Anyone got this to work?

Dave...