]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Configurable BSS Max Idle Period management on AP
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 29 May 2024 09:41:51 +0000 (12:41 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 29 May 2024 09:45:02 +0000 (12:45 +0300)
commit846b1d618cedb03b9eb35d8a52b8505f9454da40
tree3ac3e0bbc5ef3f641dadb33ba3894e4ac6be2f58
parent7566370a96a8da92638ea5a826c8dc89a927aac9
WNM: Configurable BSS Max Idle Period management on AP

Allow AP's behavior for BSS Max Idle Period management to be configured.
Previously, this was automatically enabled for all CONFIG_WNM_AP=y
builds. This can now be changed with the new hostapd configuration
parameter bss_max_idle:
0 = BSS Max Idle Period management disabled
1 = BSS Max Idle Period management enabled
    (default and the previous behavior)
2 = BSS Max Idle Period management enabled with requirement for
    protected keep-alive frames

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