fragattacks/src
Jouni Malinen 93704f8f95 Remove unused RADIUS client reconfig function
This is not actually used at all and it looks like the rules for
maintaining the old/new RADIUS configuration are not very clear in the
case the RADIUS client configuration did not change. Consequently, it
is better to just remove this for now and if similar functionality is
ever needed, redesign it to be easier to use without causing hard to
find issues with using freed memory.

Simpler approach to reconfiguring the RADIUS client would involve
just deinitializing the old context unconditionally and initializing
a new one whenever the configuration could have changed.
2009-11-28 23:04:35 +02:00
..
common Remove deprecated driver_ops handlers 2009-11-23 20:22:38 +02:00
crypto Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
drivers Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
eap_common Pass digest return value to CHAP/MSCHAPv2 caller 2009-08-16 18:38:35 +03:00
eap_peer Fix dbus build without EAP 2009-10-22 11:11:53 -07:00
eap_server Fix EAP-AKA server build without EAP-SIM 2009-10-11 22:23:05 +03:00
eapol_supp Move RC4 into crypto.h as a replaceable crypto function 2009-08-16 20:13:14 +03:00
hlr_auc_gw Fix comparison to use correct symbol name (__rand vs. rand) 2009-11-10 16:51:59 +02:00
l2_packet Work around some gcc 4.4 strict-aliasing warnings 2009-11-04 19:49:14 +02:00
radius Remove unused RADIUS client reconfig function 2009-11-28 23:04:35 +02:00
rsn_supp Move definitions away from hostapd_defs.h 2009-11-23 16:14:39 +02:00
tls Fix a typo in a comment 2009-11-21 21:13:19 +02:00
utils Move definitions away from hostapd_defs.h 2009-11-23 16:14:39 +02:00
wps Fix doxygen file level comments 2009-11-28 21:34:14 +02:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00