hostapd/src/radius
Jouni Malinen 5a641ae01e Use type-punning to avoid breaking strict aliasing rules
While the actual use here would be unlikely to be broken by any C
optimization, it is better to use explicit union construction to let
gcc know about the aliasing and avoid warnings from gcc 4.4.
2009-11-05 12:11:49 +02:00
..
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
radius.c Moved RADIUS Class attribute helpers into RADIUS module 2009-01-13 20:01:29 +02:00
radius.h Fix hostapd build with RADIUS support removed 2009-03-02 21:25:53 +02:00
radius_client.c Disable PMTU discovery for RADIUS packets (sent them without DF) 2009-08-23 21:21:25 +03:00
radius_client.h Added support for removing RADIUS accounting and RADIUS in general 2009-01-08 19:15:25 +02:00
radius_server.c Use type-punning to avoid breaking strict aliasing rules 2009-11-05 12:11:49 +02:00
radius_server.h Add RADIUS server support for identity selection hint (RFC 4284) 2008-12-26 20:22:12 +02:00