]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow testing override for GTK/IGTK RSC from AP to STA
authorJouni Malinen <j@w1.fi>
Sat, 4 Jan 2020 11:05:26 +0000 (13:05 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 4 Jan 2020 11:05:26 +0000 (13:05 +0200)
commit8d84c75f7c8121aa7bc729c75cf20116ae9cda7a
tree11eb5618df684efb2130c45295ad62b377e629a4
parentc1714ec08cba22e95eede0e0d4fd8006ed6b6521
Allow testing override for GTK/IGTK RSC from AP to STA

The new hostapd gtk_rsc_override and igtk_rsc_override configuration
parameters can be used to set an override value for the RSC that the AP
advertises for STAs for GTK/IGTK. The contents of those parameters is a
hexdump of the RSC in little endian byte order.

This functionality is available only in CONFIG_TESTING_OPTIONS=y builds.
This can be used to verify that stations implement initial RSC
configuration correctly for GTK/ and IGTK.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c