hostap/src
Jouni Malinen c2a0407851 Add SME support (separate authentication and association)
This can be used, e.g., with mac80211-based Linux drivers with
nl80211. This allows over-the-air FT protocol to be used (IEEE
802.11r).

Since the nl80211 interface needed for this is very recent (added
today  into wireless-testing.git), driver_nl80211.c has backwards
compatibility code that uses WEXT for association if the kernel does
not support the new commands. This compatibility code can be
disabled by defining NO_WEXT_COMPAT. That code will also be removed
at  some point to clean up driver_nl80211.c.
2009-03-20 22:26:41 +02:00
..
common Add SME support (separate authentication and association) 2009-03-20 22:26:41 +02:00
crypto Fix IEEE 802.11r key derivation function to match with the standard 2009-03-19 15:46:00 +02:00
drivers Add SME support (separate authentication and association) 2009-03-20 22:26:41 +02:00
eap_common Update draft-cam-winget-eap-fast-provisioning references to RFC 5422 2009-03-14 10:30:14 +02:00
eap_peer TNC: Fix a stray pointer that could cause segfault on error path 2009-03-16 21:01:07 +02:00
eap_server Fix TNC with EAP-TTLS 2009-03-13 18:20:59 +02:00
eapol_supp Reduce latency on starting WPS negotiation (TX EAPOL-Start earlier) 2009-02-23 20:59:27 +02:00
hlr_auc_gw Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
l2_packet Zero struct ifreq data before use in l2_packet_init() 2009-03-13 17:04:33 +02:00
radius Fix hostapd build with RADIUS support removed 2009-03-02 21:25:53 +02:00
rsn_supp FT: Add RIC Request processing and RIC Response generation 2009-03-09 22:25:58 +02:00
tls Add a workaround for EAP-FAST with Cisco AP local RADIUS server 2009-03-08 12:04:39 +02:00
utils FT: Add RIC Request generation and validation (but not processing) 2009-03-09 20:45:17 +02:00
wps Fix doxygen function comment 2009-03-19 21:42:15 +02:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00