]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/drv_callbacks.c
hostapd: Fix Public Action frame TX status processing for wildcard BSSID
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 10 Jun 2016 18:35:11 +0000 (21:35 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 10 Jun 2016 18:44:49 +0000 (21:44 +0300)
commit6996ff7b6d32ca5360ace3a64888cca8fe892662
tree59a0b6446151b68803cd3827d4a53a6c336233b8
parent78a36327652673fa182395011420c3151e1e03e8
hostapd: Fix Public Action frame TX status processing for wildcard BSSID

Previously all TX status events with wildcard BSSID were ignored. This
did not allow Public Action frame TX status to be processed with the
corrected wildcard BSSID use. Fix this to be allowed. In practice, this
affects only test cases since Action frame TX status was not used for
anything else.

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