Commits 86bd36f0d5b3d359075c356d68977b4d2e7c9f71 and dc152f32b4fd8af8ec055e3d551523e62792a585 caused breakage

David Coppa dcoppa
Sun Oct 12 10:50:12 PDT 2014


On Sun, Oct 12, 2014 at 4:07 PM, Jouni Malinen <j at w1.fi> wrote:
> On Fri, Oct 10, 2014 at 01:08:06PM +0200, David Coppa wrote:
>> Code added by commits 86bd36f0d5b3d359075c356d68977b4d2e7c9f71 (Add
>> generic mechanism for adding vendor elements into frames) and
>> dc152f32b4fd8af8ec055e3d551523e62792a585 (wpa_supplicant: Enable
>> HT for IBSS) makes use of functions from src/common/ieee802_11_common.c,
>> i.e. ieee802_11_parse_elems() and ieee80211_freq_to_chan().
>>
>> Those commits broke builds configured without CONFIG_DRIVER_NL80211,
>> CONFIG_IEEE80211R, CONFIG_P2P, CONFIG_WPS, CONFIG_AP, CONFIG_SME
>> (just like our port for OpenBSD) because NEED_80211_COMMON is never
>> defined:
> ...
>
>> And, indeed, the simple workaround below allows me to successfully
>> build wpa_supplicant-2.3 on OpenBSD:
>> @@ -1391,9 +1391,7 @@ OBJS += sme.o
>> -ifdef NEED_80211_COMMON
>>  OBJS += ../src/common/ieee802_11_common.o
>> -endif
>
> Thanks for reporting this. Functionality from that file is needed in so
> many different cases that I think it is time for the NEED_80211_COMMON
> complexity to disappear and get ieee802_11_common.c included
> unconditionally into wpa_supplicant builds.

This is exactly what I'd suggest.

Ciao!
David



More information about the Hostap mailing list