This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WlAN in Android applicatons

Other Parts Discussed in Thread: DM3730

Hi All,

      Here i am using   TI_Android_FroYo_DevKit-V2 android stack for DM3730 board but i am unable to enable the wifi and bluetooth .I got WLAN package from TI and patch is applied to android kernel then cross compiled followed by steps as present in user  guide http://processors.wiki.ti.com/index.php/WLAN-BT_UserGuide after boot up , i cant run install.sh script.I am running install.sh script manually as below

insmod sdio.ko

insmod bmtrace.ko

insmod tiwlan_drv.ko

./tiwlan_loader

ifconfig tiwlan0 192.168.1.80 netmask 255.255.255.0 up

up to  this successfully done.
While  running  "wpa_supplicant -Dwext -itiwlan0 -c wpa_supplicant.txt & " this command it is showing following error
wpa_supplicant: not found
 
      I am unable to find where i am doing wrong.Please suggest some ideas to resolve the issue.
Thanks,
Bhagavathram