Re: [android-porting] Failed to load wifi driver from application

2010-01-31 Thread vishal bhoj
Have a look at the hardware/libhardware_legacy/wifi/wifi.c . If ur wifi driver is built as part of the kernel please set these property initrc setprop wifi.interface wlan0 setprop wlan.driver.status ok setprop init.svc.wpa_supplicant running On Fri, Jan 29, 2010 at 6:54 PM, Ask

[android-porting] Failed to load wifi driver from application

2010-01-29 Thread Ask
Hi all, I am using android on beagleboard and enabled the wifi on the board using DLink 110 adapter. It works fine when enabling the wifi manually. I had enable usb to Wifi (ralink) driver in the linux kernel. Now I want to enable the same and connect with ssid using Android Applications