[android-porting] wifi scan

2010-08-26 Thread guru
Hi all what is the default time gap between successive scan request in wifi.? can we increase it? Thanks Gururaja B O -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] wifi scan

2010-08-26 Thread Irfan Sheriff
Look at WifiSettings WifiStateTracker. Its more frequent when you are in the settings (6s) than otherwise (15s). The WifiManager API allows initiatiation of scans at the rate an app wants to. On Thu, Aug 26, 2010 at 5:20 AM, guru guru.nav...@gmail.com wrote: Hi all what is the default time

Re: [android-porting] wifi scan

2010-08-26 Thread Gururaj BO
Hi Irfan, I am looking where they are specifying 6s when we are in settings? and where we set this time when initiating the scan? packages/apps/Settings/src/com/android/settings/wifi/WifiSettings.java frameworks/base/wifi/java/android/net/wifi/WifiStateTracker.java I looked these files. Thanks

[android-porting] Wifi scan result only one AP?

2009-02-03 Thread Dig
Hi all, I'm trying porting Android to my Notebook, drivers have been re- compiled as modules and loaded successfully, but in settings menu, i only can see one AP in AP list. I have add debug info in WifiService.java, and print scan result (reply) in getScanResults(), it shows 7 AP, Does