AlexT_Intel ha scritto:
Ruscoff, okay looks like due to the way wpa_supplicant build lays out files during compilation, the include files you're looking for are in the wpa-supplicant-dbg package. Just install it, or unpack the ipk file and use the \usr\src\debug\wpa-supplicant\2.2-r1\wpa_supplicant-2.2\src\ directory inside it, it contains the headers
Thanks AlexT for the help. I'm trying to use these libraries but it doesn't work.
I tried to put them into "sysroots\i586-poky-linux\usr\include\wpa_supplicant" and add library "-lwpa_ctrl" but linker says "cannot find -lwpa_ctrl".
I tried to create new project with WPA_supplicant library and compile it but gcc can't compile it, because some libraries miss like "includes.h", "trace.h", and other.
How can i use this library?