]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix 4addr reassociation-without-deauthentication on AP
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 2 Dec 2016 10:51:16 +0000 (12:51 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Dec 2016 10:51:16 +0000 (12:51 +0200)
commitcb2b666670141d962abbdce3c7e8c7a894f67e07
treee149d3b6785a99c633fdf3ed75f766e866012c0f
parent8c0ed37b641f0719b3c31ba21607e9f8b27f6d82
Fix 4addr reassociation-without-deauthentication on AP

Data connection was lost if a station reassociated without the STA entry
being cleaned up on the AP side. Fix this by moving reconfiguration of
the STA WDS parameters in association response callback to happen only
after the STA flags have been updated to associated stated.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/ieee802_11.c