Compiling for wire-only 802.1X on embedded linux

Tilman Baumann tilman.baumann
Fri Nov 30 04:07:26 PST 2012


Quick follow up.

It looks like Jonathans fix should go into the code.
But I did not want to maintain a patch, so I just put those variables 
into my .config.
NEED_AES=y
NEED_SHA1=y
NEED_MD5=y

That works fine.


On 30/11/12 11:56, Tilman Baumann wrote:
> Thanks. That worked.
>
> On 29/11/12 16:46, Jonathan Bagg wrote:
>> Tilman,
>>
>> I tried building using your configs.  First you need to add aes, sha1
>> and md5....
>>
>> diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile
>> index 22df8a0..a3abaf8 100644
>> --- a/wpa_supplicant/Makefile
>> +++ b/wpa_supplicant/Makefile
>> @@ -187,6 +187,9 @@ NEED_MD5=y
>>     NEED_RC4=y
>>     else
>>     CFLAGS += -DCONFIG_NO_WPA -DCONFIG_NO_WPA2
>> +NEED_AES=y
>> +NEED_SHA1=y
>> +NEED_MD5=y
>>     endif
>>
>>     ifdef CONFIG_IBSS_RSN
>>
>> Second you need to remove CONFIG_PEERKEY.  It compiles for me, but no
>> idea if it is what you want,
>>
>> Jon
>>


-- 
Tilman Baumann
Oncam Grandeye
6 Huxley Road, Surrey Research Park
Guildford, GU2 7RE, United Kingdom




More information about the Hostap mailing list