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 = wpa_driver_signal_poll,

solved the problem, as WiFi signal level is shown on notification bar icon!

On Tuesday, 14 May 2013 11:11:16 UTC+2, ffxx68 wrote:
>
> 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, 
>>
>> I ported(enabled) wifi successfully on froyo. It is connecting to AP 
>> and showing signal strength. But it is not showing any signal strength 
>> on the icon which displayed on the Notice Bar. 
>>
>> Is this problem at application layer or down the layer? Where I need 
>> to look into? I need some info, next I will debug it. 
>>
>> Thanks 
>> Gururaja B O
>
>

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to