]> git.ipfire.org Git - thirdparty/hostap.git/commit
Ignore TX status for Data frames from not associated STA aosp-jb-start
authorJouni Malinen <j@w1.fi>
Tue, 14 Feb 2012 19:04:14 +0000 (21:04 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 14 Feb 2012 19:04:14 +0000 (21:04 +0200)
commit0c01d65d6deb4b4d721d255d0e7ca24d8ea2c6b5
tree0541358478f03442c836073144bf2b4cb46ed56f
parentff22d1e10e9d0ae870e4bb9986f863c17d2990cc
Ignore TX status for Data frames from not associated STA

Commit d9a38716ccf90b0ab307f570a30931684a1b8730 did this for
hostapd_eapol_tx_status() but missed the older hostapd_tx_status()
path. Address that case, too.

The TX status event may be received after a station has been
disassociated in cases where the disassociation is following a
transmission of a Data frame. Ignore such events if the STA is not
associated at the moment the event is being processed. This avoids
confusing debug entries and rescheduling of the EAPOL TX timeouts for
STAs that are still in the STA table, but are not really in active EAPOL
session.

Signed-hostap: Jouni Malinen <j@w1.fi>
intended-for: hostap-1
src/ap/ieee802_11.c