View Single Post
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#39
Code:
gconftool-2 --get '/system/osso/connectivity/IAP/wlan_sleep_timeout'
should return the current setting.

Unfortunately it's not possible to determine the Nokia default setting as it's not set - I think the WLAN will check if there is a value set and if not it then defaults to a hard coded value. It would be necessary to view the WLAN source code to check the default value.

If you want to revert to the Nokia default value, you need to unset any value you have set with the following command:

Code:
gconftool-2 --unset '/system/osso/connectivity/IAP/wlan_sleep_timeout'

Last edited by Milhouse; 2007-07-10 at 12:03.