hostap/src/rsn_supp
Jouni Malinen f238cf9f42 FT: Add RIC Request processing and RIC Response generation
hostapd will now go through the RIC Request and process each RDIE. Only
WMM TSPEC requests are currently supported; all other request
descriptors will be declined.

RIC Response is written by hostapd and verified by wpa_supplicant (MIC
validation). wpa_supplicant does not yet have code to notify the driver
about the resource request results.
2009-03-09 22:25:58 +02:00
..
.gitignore Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
peerkey.c Added a separate ctx pointer for wpa_msg() calls in WPA supp 2009-01-17 17:54:40 +02:00
peerkey.h Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
pmksa_cache.c Moved rsn_pmkid() into shared code to avoid duplication 2009-01-14 21:31:47 +02:00
pmksa_cache.h Removed wpa_sm dereference from pmksa_cache_list() 2009-01-13 20:22:42 +02:00
preauth.c Added a separate ctx pointer for wpa_msg() calls in WPA supp 2009-01-17 17:54:40 +02:00
preauth.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
wpa.c Allow SHA256-based key handshake to be used without 802.11r 2009-02-19 19:49:34 +02:00
wpa.h FT: Add RIC Request generation and validation (but not processing) 2009-03-09 20:45:17 +02:00
wpa_ft.c FT: Add RIC Request processing and RIC Response generation 2009-03-09 22:25:58 +02:00
wpa_i.h Added support for enforcing frequent PTK rekeying 2008-11-06 19:57:21 +02:00
wpa_ie.c Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
wpa_ie.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00