Ignore TX status for Data frames from not associated STA
authorJouni Malinen <j@w1.fi>
Sat, 4 Feb 2012 10:18:56 +0000 (12:18 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 4 Feb 2012 10:18:56 +0000 (12:18 +0200)
commitd9a38716ccf90b0ab307f570a30931684a1b8730
treeea0ccacf981a52a7a5d27797e9957b9ee94f96e9
parentd3f57d0ff19758377f40223b56afe5e8960fd0b8
Ignore TX status for Data frames from not associated STA

The TX status event may be received after a stations 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