]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Reduce minimum beacon interval from 15 to 10 TUs
authorBrendan Jackman <brendan.jackman@bluwireless.co.uk>
Fri, 5 Apr 2019 12:36:42 +0000 (12:36 +0000)
committerJouni Malinen <j@w1.fi>
Sat, 6 Apr 2019 14:05:09 +0000 (17:05 +0300)
commitbbed23aee6d963ba2f09fe988e6b1ad90a1ae2ff
tree9a7d2a174ea3233d6c3c522ce670444726c4f011
parent0487967153aca5eb83c12578a2d27648b9f69d95
hostapd: Reduce minimum beacon interval from 15 to 10 TUs

Very short beacon intervals can be useful for certain scenarios such
as minimising association time on PBSSs. Linux supports a minimum of
10[1] so let's reduce the minimum to match that.

[1] https://elixir.bootlin.com/linux/latest/ident/cfg80211_validate_beacon_int

Signed-off-by: Brendan Jackman <brendan.jackman@bluwireless.co.uk>
hostapd/config_file.c