Embedded ARM board

Thomas Graf tgraf at suug.ch
Thu Jan 17 07:37:55 EST 2013


On 01/17/13 at 12:53pm, Felipe López wrote:
> Hello everybody,
> 
> I am Felipe López and I am working on a board that has a AT91SAM9G20 cpu. I
> am trying to install the following packages (*wpa_supplicant* and *hostapd*)
> because I want to set up a web server through a usb-wifi dongle (WN-722)
> which has an AR9271 chipset (so it must goes into master mode)
> 
> Both apps need the library libnl so I install it but here comes the
> problem. I got the following error:y
> 
> *socket.h:27:14: note: expected ‘struct nl_sock *’ but argument is of type
> ‘struct nl_handle *’*

It seems that wpa_supplicant and hostapd require libnl1 but only
libnl3 is available.

struct nl_handle got renamed to nl_sock from libnl1 to libnl3.



More information about the libnl mailing list