fragattacks/src
Jouni Malinen e4a6ea1d9c Avoid a theoretical use-after-free in WPA auth sm init
wpa_sm_step() could theoretically free the statemachine, but it does
not do it in this particular case. Anyway, the code can be cleaned to
verify whether the state machine data is still available after the
wpa_sm_step() call.
2010-01-10 18:54:41 +02:00
..
ap Avoid a theoretical use-after-free in WPA auth sm init 2010-01-10 18:54:41 +02:00
common Standardize on a single definition of auth_alg bitfield values 2010-01-03 21:14:40 +02:00
crypto Fix PKCS#12 use with OpenSSL 1.0.0 2010-01-09 00:38:09 +02:00
drivers FreeBSD: Fix driver_bsd.c build 2010-01-09 11:04:44 +02:00
eap_common Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_peer Rename EAP TLS variables to make server and peer code consistent 2009-12-24 00:16:58 +02:00
eap_server Rename EAP TLS variables to make server and peer code consistent 2009-12-24 00:16:58 +02:00
eapol_auth Move internal EAPOL authenticator defines into their own file 2009-11-29 23:16:04 +02:00
eapol_supp Remove unnecessary defines 2009-12-05 22:51:08 +02:00
l2_packet Remove src/common from default header file path 2009-11-29 17:51:55 +02:00
radius Enable IPv6 support for libutils.a and libradius.a 2009-12-24 12:27:42 +02:00
rsn_supp Convert RSN pre-authentication to use struct dl_list 2010-01-06 21:23:15 +02:00
tls Move asn1_test.c into tests subdirectory and split it in two 2009-12-06 16:45:36 +02:00
utils bsd: Add support for WPA_TRACE and WPA_TRACE_BFD 2010-01-09 11:01:12 +02:00
wps WPS: Remove unused mac_addr_text parameter from get_netif_info() 2010-01-09 16:57:15 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00