[PATCHv3 5/6] radius: parse tagged vlan information

Jouni Malinen j at w1.fi
Thu May 9 06:08:40 EDT 2013


On Thu, Apr 11, 2013 at 11:52:43AM +0200, michael-dev at fami-braun.de wrote:
> diff --git a/src/radius/radius.c b/src/radius/radius.c
> @@ -12,6 +12,8 @@
>  #include "utils/wpabuf.h"
>  #include "crypto/md5.h"
>  #include "crypto/crypto.h"
> +#include "ap/hostapd.h"
> +#include "ap/vlan_init.h"
>  #include "radius.h"

This is undesirable. I'd prefer to be able to build the RADIUS
functionality without dependencies on any ap/* files. Is this really
needed? Couldn't the needed definitions be define in radius.h instead to
make this work without such dependencies?

-- 
Jouni Malinen                                            PGP id EFC895FA


More information about the HostAP mailing list