Hello,<br><br>I&#39;m trying to get wpa_supplicant to work and I&#39;m running into some trouble. <br><br>First this is what I did so far:<br><br>I build the linux kernel with the libertas driver. When I boot this kernel I can do a AP scan and connect to a AP successfull. <br>
Now I want to use wpa_supplicant. I have build the package and started the wpa_supplicant with the following command:<br><br>/system/bin/wpa_supplicant -dd -t -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf -g/data/system/wpa_supplicant/socket<br>
<br>The wpa_supplicant process is running and it start scanning every few seconds. <br><br>Now I tryed to connect with wpa_cli:<br><br>wpa_cli -p/data/system/wpa_supplicant/<br><br>This gives me the following error:<br><br>
Selected interface &#39;socket&#39;<br>Warning: Failed to attach to wpa_supplicant.<br><br>Any idea why the attach fails? And how I can make it work?<br><br>Kind regards,<br><br>Peter<br><br>