hostapd/src/pasn
Jouni Malinen 8481c75091 PASN: Fix Authentication frame checks
The way type and subtype of the FC field was checked does not really
work correctly. Fix those to check all bits of the subfields. This does
not really make any practical difference, though, since the caller was
already checking this.

Furthermore, use a helper function to avoid having to maintain two
copies of this same functionality.

Signed-off-by: Jouni Malinen <j@w1.fi>
2022-11-06 11:42:58 +02:00
..
Makefile PASN: Move responder functionality into a separate file 2022-11-04 00:52:17 +02:00
pasn_common.h PASN: Rename struct wpas_pasn to pasn_data 2022-11-04 12:59:29 +02:00
pasn_initiator.c PASN: Fix Authentication frame checks 2022-11-06 11:42:58 +02:00
pasn_responder.c PASN: Rename struct wpas_pasn to pasn_data 2022-11-04 12:59:29 +02:00