]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Fix is_pasn_auth_frame() for mgmt tx status frames
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Sun, 20 Nov 2022 17:35:40 +0000 (23:05 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 23 Nov 2022 16:45:51 +0000 (18:45 +0200)
commit91d148f508e23ec13394c473c7870a2e3b35bd4a
treed32192b487f1b4b91e3d3fda3a4cc076bfa25c3d
parentb6c38cee93e312635576d47fea87b86c78e553b8
PASN: Fix is_pasn_auth_frame() for mgmt tx status frames

The SA/DA checks needs to be reversed for the TX case.

Fixes: 8481c750 ("PASN: Fix Authentication frame checks")
Signed-off-by: Vinay Gannevaram <quic_vganneva@quicinc.com>
src/pasn/pasn_initiator.c