Very good and useful guide. Just want to add to wpa_supplicant socket
control.
Despite you can use it as you mentioned the idea was to use special
socket pair implementation like this:

wpa_supplicant.conf:
  ctrl_interface=wlan0

init.xxx.rc:
service wpa_supplicant /system/bin/wpa_supplicant \
    -Dxxxx -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf
    socket wpa_wlan0 dgram 660 wifi wifi
    disabled
    oneshot

On May 6, 4:09 am, Nicu Pavel <[email protected]> wrote:
> I've written a how-to guide for adding WiFi driver to android and
> configuring the necessary software:
>
> http://blog.linuxconsulting.ro/2010/04/porting-wifi-drivers-to-androi...
>
> Regards,
> Nicu Pavel
>
> --
> unsubscribe: [email protected]
> website:http://groups.google.com/group/android-porting

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to