]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver.h
FT: Add RIC Request generation and validation (but not processing)
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 9 Mar 2009 18:45:17 +0000 (20:45 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 9 Mar 2009 18:45:17 +0000 (20:45 +0200)
commitbabfbf15cc3cd500fd032b97935ca43f6931e682
treed45430e801ea76470417c16e4c5d191f251a4285
parent143a4bf632e79d7adbe97f23e1b02e9c1d1a5cee
FT: Add RIC Request generation and validation (but not processing)

This adds first part of FT resource request as part of Reassocition
Request frame (i.e., FT Protocol, not FT Resource Request Protocol).
wpa_supplicant can generate a test resource request when driver_test.c
is used with internal MLME code and hostapd can verify the FTIE MIC
properly with the included RIC Request.

The actual RIC Request IEs are not processed yet and hostapd does not
yet reply with RIC Response (nor would wpa_supplicant be able to
validate the FTIE MIC for a frame with RIC Response).
hostapd/wpa_ft.c
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/drivers/driver.h
src/rsn_supp/wpa.h
src/rsn_supp/wpa_ft.c
src/utils/wpabuf.h
wpa_supplicant/events.c
wpa_supplicant/mlme.c