[android-porting] Re: wifi - signal strength

2013-05-16 Thread ffxx68
After checking source code a bit, I figured out where the problem was. The link to the signal_poll driver function was missing, in my external/wpa_supplicant_8/src/drivers/driver_wext.c. Added below line: const struct wpa_driver_ops wpa_driver_wext_ops = { ... .signal_poll =

[android-porting] Re: wifi - signal strength

2013-05-14 Thread ffxx68
Hi, maybe a bit late here... but I'm facing exactly the same issue on my JB porting. I'd like to understand what has been done to solve it. What do you mean by driver ioctls are failing? What have you debugged/fixed? thanks Fabio On Friday, 27 August 2010 11:05:27 UTC+2, guru wrote: HI All,

[android-porting] Re: wifi - signal strength

2010-08-30 Thread guru
Hi Irfan, Yes driver ioctls were failing. I made correction in that, now it is showing signal strength. Thanks Gururaja B O On Aug 31, 8:51 am, Irfan Sheriff isher...@gmail.com wrote: Look at wpa_cli for checking on values returned from supplicant # wpa_cli driver rssi It could be that the

Re: [android-porting] Re: WIFI - signal strength

2010-02-01 Thread linux newbie
Hi, Any suggestion? Thanks On Thu, Jan 28, 2010 at 4:29 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, Which section of the code do I need to look at?? Thanks On Thu, Jan 28, 2010 at 3:52 PM, Anil Sasidharan anil...@gmail.comwrote: Hi, Does the wifi-supplicant report

Re: [android-porting] Re: WIFI - signal strength

2010-02-01 Thread hongxue.ren
driver_wext.c in wpa_supplicant may help you On Tue, Feb 2, 2010 at 1:40 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, Any suggestion? Thanks On Thu, Jan 28, 2010 at 4:29 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, Which section of the code do I need to look at??

[android-porting] Re: WIFI - signal strength

2010-01-27 Thread linux newbie
Hi, Any Suggestions? Thanks On Wed, Jan 27, 2010 at 11:12 AM, linux newbie linux.newbi...@gmail.comwrote: Hi, In my target hardware, Android is running but the signal strength on top of the screen displays No Signal icon (i.e x on signal strength icon). I have wpa_supplicant running and

Re: [android-porting] Re: WIFI - signal strength

2010-01-27 Thread Anil Sasidharan
Hi, Does the wifi-supplicant report RSSI (signal strength) to Android's WiFi layer? Warm Regards, Anil On Thu, Jan 28, 2010 at 4:49 AM, linux newbie linux.newbi...@gmail.com wrote: Hi, Any Suggestions? Thanks On Wed, Jan 27, 2010 at 11:12 AM, linux newbie

Re: [android-porting] Re: WIFI - signal strength

2010-01-27 Thread linux newbie
Hi, Which section of the code do I need to look at?? Thanks On Thu, Jan 28, 2010 at 3:52 PM, Anil Sasidharan anil...@gmail.com wrote: Hi, Does the wifi-supplicant report RSSI (signal strength) to Android's WiFi layer? Warm Regards, Anil On Thu, Jan 28, 2010 at 4:49 AM, linux