[android-porting] Re: wifi scan

2010-08-31 Thread Matt
On Aug 26, 10:38 pm, guru guru.nav...@gmail.com wrote: Hi Irfan, Thanks! I got piece of code where they are setting to 6 seconds. packages/apps/Settings/src/com/android/settings/wifi/WifiLayer.java  /** The delay between scans when we're continually scanning. */     private static final

Re: [android-porting] Re: wifi scan

2010-08-27 Thread Irfan Sheriff
Thats old code (eclair and before). Irfan On Thu, Aug 26, 2010 at 10:38 PM, guru guru.nav...@gmail.com wrote: Hi Irfan, Thanks! I got piece of code where they are setting to 6 seconds. packages/apps/Settings/src/com/android/settings/wifi/WifiLayer.java /** The delay between scans when

[android-porting] Re: wifi scan

2010-08-26 Thread guru
Hi Irfan, Thanks! I got piece of code where they are setting to 6 seconds. packages/apps/Settings/src/com/android/settings/wifi/WifiLayer.java /** The delay between scans when we're continually scanning. */ private static final int CONTINUOUS_SCAN_DELAY_MS = 1; it was 6000. to cross

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

2009-02-04 Thread Dig
Thanks all. I have fixed, in WifiService.java, it expect signal strength begin with -, but my wpa_supplicant do not have the sign. After I add this sign in wpa_supplicant, it works well. Thanks again. On Feb 4, 1:03 pm, Dig dig.ge...@gmail.com wrote: Hi all,   I'm trying porting Android to

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

2009-02-03 Thread JP
Which notebook are you porting it too? On Feb 3, 9:03 pm, Dig dig.ge...@gmail.com wrote: 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

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

2009-02-03 Thread dimitr...@android.com
Can you please show us the exact results of getScanResults() ? On Feb 3, 9:03 pm, Dig dig.ge...@gmail.com wrote: 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.