]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Group rekeying skipping with BSS max idle period management
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 29 May 2024 09:57:08 +0000 (12:57 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 29 May 2024 09:57:08 +0000 (12:57 +0300)
commit6cd0231112025928c6390a25fd818135687e3201
treed83396a4bc9891642ddbfc2a5c13c3621ccaf1a7
parent846b1d618cedb03b9eb35d8a52b8505f9454da40
WNM: Group rekeying skipping with BSS max idle period management

Allow hostapd to be configured to not disconnect a STA if the STA fails
to reply to a group key handshake when BSS max idle period management is
used. This might be needed for some STAs that use aggressive power
saving (e.g., battery powered IoT devices).

This is disabled by default since this can delayed group rekeying
slightly and also to maintain the previous behavior. The more relaxed
operation can be enabled with the new configuration parameter
no_disconnect_on_group_keyerror=1.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c