]> git.ipfire.org Git - thirdparty/hostap.git/commit
Reduce delay between Association Request and Association Response
authorJurijs Soloveckis <jsoloveckis@maxlinear.com>
Fri, 3 Nov 2023 08:14:24 +0000 (08:14 +0000)
committerJouni Malinen <j@w1.fi>
Fri, 3 Nov 2023 10:58:35 +0000 (12:58 +0200)
commita5d0bb42a22675945271f3007f117b8f476ed12a
tree65fdad046cf123f7042a3134d0bc1b4684f581a1
parent3f2c41e318f94285f072c88ea09b5f54dc79baf7
Reduce delay between Association Request and Association Response

There is a delay between sending Association Response frame after having
received Association Request frame, due to the fact that between
receiving the request and sending the response the Beacon frame contents
is updated, after analyzing inputs from the STA. There may be several
updates if multiple fields need to change. This can cause issues with
some devices in noisy environments with many BSSs and connected STAs.

Optimize this by updating the beacon only once, even if there are
multiple reasons for updates.

Signed-off-by: Jurijs Soloveckis <jsoloveckis@maxlinear.com>
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_ht.c
wpa_supplicant/mesh_mpm.c