]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/config_file.c
FT: Convert r0_key_lifetime to seconds
authorMichael Braun <michael-dev@fami-braun.de>
Thu, 18 May 2017 13:21:50 +0000 (15:21 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 5 Apr 2018 10:47:23 +0000 (13:47 +0300)
commit83fe4bd3bf55d394ee7882cdbb53de9914e81a2d
tree92b02711603598526544e7c65ab0f52086fa321b
parentee2c6bb5e5b4099fdc29e9196711a3f9b1b1dff6
FT: Convert r0_key_lifetime to seconds

Add a new configuration option ft_r0_key_lifetime that deprecates
r0_key_lifetime. Though, the old configuration is still accepted for
backwards compatibility.

This simplifies testing. All other items are in seconds as well. In
addition, this makes dot11FTR0KeyLifetime comment match with what got
standardized in the end in IEEE Std 802.11r-2008.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h