mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-18 01:53:06 -05:00
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>