]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix protected Action frame reporting for AP mode
authorJouni Malinen <j@w1.fi>
Sun, 29 Dec 2013 07:57:42 +0000 (09:57 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Dec 2013 08:00:31 +0000 (10:00 +0200)
commit2d2ecf51aa5b9b7f0ae6296e30ded3834fdbdcf2
tree18a18b93594384f2e650bf4ecdbdd72c319697d5
parent4a5a5792f1619d1f9886876d9b8a42f11f0f3461
nl80211: Fix protected Action frame reporting for AP mode

Action frame RX report through EVENT_RX_ACTION did not indicate whether
the frame was protected or not even though that information is available
in mlme_event_mgmt(). hostapd_rx_action() has a workaround for setting
the protected flag for SA Query frames, but that did not apply for other
frames, like FT Action. This broke FT-over-DS when PMF is enabled with
newer kernel versions (i.e., the ones that do not use monitor interface
for receiving management frames).

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/drv_callbacks.c
src/drivers/driver.h
src/drivers/driver_nl80211.c