Vinay,

In wifi.c check your wifi_connect_to_supplicant function. There is a
line that looks like this:

 property_get("wifi.interface", iface, "sta");

Change "sta" to the interface you use. (ex: wlan0 or tiwlan0, you can
find out with netcfg). Or better yet use setprop to set a value for
"wifi.interface".

As for making the directory, you will probably need to make the /data/
system/wpa_supplicant directories.


You have a few other questions, I can't answer them though because I'm
not sure I'm there yet :P






On Jan 27, 5:05 am, vinay <[email protected]> wrote:
> hi,
> Custom wifi driver is configured and installed.  hardware/wifi.c is
> modified little bit for proper path for configration and driver .ko
> files. From the GUI when wifi is enabled below error is coming
> continously,
> D/WifiHW  ( 1560): Unable to open connection to supplicant on "/data/
> system/wpa_supplicant/sta": No such file or directory
>  who is supposed to create directory and interface sta inetrface?? my
> system inetrface is eth1
> and
>
> how to cancel wifi netowrk scanning?
>
> I am going to provide pre-configured wpa_suuplicant.conf and system
> should force statetracker with event EVENT_DHCP_START. how to acheive
> this?
>
> -vinay
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to