[Buildroot] wpa_supplicant doesn't compile

Peter Korsgaard jacmet at uclibc.org
Mon Dec 9 08:19:21 UTC 2013


>>>>> "Javier" == Javier Alejandro Saenz Leguizamon <jasaenzl at unal.edu.co> writes:

 > Good day.

 > I'm having trouble when try to compile the wpa_supplicant package, I
 > always get this error, can anyone please help me with this. I will
 > attach the .config I'm using.

 > jasaenzl at Killer-Laptop:~/develop/test/thesis_dev_repo/buildroot-2013.08.1$ make

Notice that 2013.11 has been released, so consider moving to it.

 > ../src/drivers/driver_wext.c: In function 'wpa_driver_wext_set_key_ext':
 > ../src/drivers/driver_wext.c:1703: error: 'IW_ENCODE_ALG_AES_CMAC' undeclared
 > (first use in this function)
 > ../src/drivers/driver_wext.c:1703: error: (Each undeclared identifier is
 > reported only once
 > ../src/drivers/driver_wext.c:1703: error: for each function it appears in.)
 > ../src/drivers/driver_wext.c: In function 'wpa_driver_wext_associate':
 > ../src/drivers/driver_wext.c:2130: error: 'IW_AUTH_MFP_DISABLED' undeclared
 > (first use in this function)
 > ../src/drivers/driver_wext.c:2133: error: 'IW_AUTH_MFP_OPTIONAL' undeclared
 > (first use in this function)
 > ../src/drivers/driver_wext.c:2136: error: 'IW_AUTH_MFP_REQUIRED' undeclared
 > (first use in this function)
 > ../src/drivers/driver_wext.c:2139: error: 'IW_AUTH_MFP' undeclared (first use
 > in this function)

Those defines come from the kernel headers, and have existed for quite
some time (2.6.29 or so). What kernel headers / toolchain are you using?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list