[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-03-17 Thread Jith911
In you supplicant conf file.. try mentioning.. ctrl_interface=DIR=/data/system/wpa_supplicant/ GROUP=system By default the permission of the socket would be root and the service running on behalf of system won't b able to access it. -JJ. On Mar 16, 1:01 pm, SH kidsjr_...@yahoo.co.jp wrote:

[android-porting] Re: Unable to open connection to wpa_supplicant error

2009-02-10 Thread Jith911
Hi Sean McNeil, I had done those changes to driver_wext.c. Thanks, Jithu. On Feb 11, 7:44 am, Jith911 jithuja...@gmail.com wrote: Thanks Pavan, I will check it. On Feb 10, 3:51 pm, pavan savoy pavan.sa...@gmail.com wrote: hi, non-existance of DRIVER START/STOP RSSI, LINKSPEED

[android-porting] Re: Unable to open connection to wpa_supplicant error

2009-02-09 Thread Jith911
driver. So do we need to implement these?? like the way ti does??? Also dhcp doesn't work for me.. did you do something for that as well?? Kindly help me.. Its quite urgent.. Thanks, Jithu. On Feb 9, 9:14 pm, Jith911 jithuja...@gmail.com wrote: Its okay Pavan.. The problem was with unclean

[android-porting] Re: Unable to open connection to wpa_supplicant error

2009-02-07 Thread Jith911
, Jith911 jithuja...@gmail.com wrote: Thanks.. on msm platform now..:) was on pxa, previous time.. On Feb 5, 10:06 pm, pavan savoy pavan.sa...@gmail.com wrote: Not a problem, happy to help. Are you on OMAP platform ? Just curious On Thu, Feb 5, 2009 at 6:28 PM, Jith911 jithuja...@gmail.com

[android-porting] Re: Unable to open connection to wpa_supplicant error

2009-02-05 Thread Jith911
for a path called /data/misc/wifi/sockets directory to create local sockets the below mentioned path to the remote socket. look in wpa_ctrl_open function, or _unix.c inside wpa_supplicant library. regards, Pavan On Thu, Feb 5, 2009 at 4:05 PM, Jith911 jithuja...@gmail.com wrote: I am

[android-porting] Re: Unable to open connection to wpa_supplicant error

2009-02-05 Thread Jith911
/data/misc/wifi/sockets directory to create local sockets the below mentioned path to the remote socket. look in wpa_ctrl_open function, or _unix.c inside wpa_supplicant library. regards, Pavan On Thu, Feb 5, 2009 at 4:05 PM, Jith911 jithuja...@gmail.com wrote: I am getting the following

[android-porting] Unable to open connection to wpa_supplicant error

2009-02-05 Thread Jith911
I am getting the following error D/WifiHW ( 63): Unable to open connection to supplicant on /data/ misc/wifi/e th0: No such file or directory : 2 But the socket exists at the above said location. And i have given all permissions for that. Also i checked the path in /hardware/libhardware/

[android-porting] Re: Unable to open connection to wpa_supplicant error

2009-02-05 Thread Jith911
Thanks.. on msm platform now..:) was on pxa, previous time.. On Feb 5, 10:06 pm, pavan savoy pavan.sa...@gmail.com wrote: Not a problem, happy to help. Are you on OMAP platform ? Just curious On Thu, Feb 5, 2009 at 6:28 PM, Jith911 jithuja...@gmail.com wrote: Hi Savoy, Sorry

[android-porting] Re: access to wpa_supplicant

2008-12-31 Thread Jith911
I also faced this problem.. 1. Check the path that you gave in supplicant.conf and the one that is there in hardware/libhardware/wifi/wifi.c. Both should match.. 2. eth1 should have appropriate persmissions. so in the supplicant.conf ctrl_interface_group should be system. On Dec 8, 1:05 pm,