]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix DPP Action frame check for EVENT_RX_MGMT events
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 13 Feb 2024 22:59:15 +0000 (00:59 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 13 Feb 2024 23:01:07 +0000 (01:01 +0200)
commit0b5d370c00cedff0b0689fd1d73bab5975043ea5
treecc978d0d2c8d473c2187bd6dbbcea573c33a9c00
parent8270afcdeeccd7a5ce904bacf45801a5b3cf4f0e
DPP: Fix DPP Action frame check for EVENT_RX_MGMT events

This was missing a check for the Category field and could have matched
other Action frames than Public Action frames.

Fixes: 9c2b8204e662 ("DPP: Integration for hostapd")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/drv_callbacks.c