fragattacks/src/pae
Jouni Malinen 43d8592718 MACsec: Fix policy configuration
macsec_validate variable was set incorrectly to FALSE(0) or TRUE(1)
instead of the enum validate_frames values (Disabled(0), Checked(1),
Strict(2). This ended up policy == SHOULD_SECURE to be mapped to
macsec_validate == Checked instead of Strict. This could have resulted
in unintended SecY forwarding of invalid packets rather than dropping
them.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2014-10-30 11:43:47 +02:00
..
ieee802_1x_cp.c MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_cp.h MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_kay_i.h MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_kay.c MACsec: Fix policy configuration 2014-10-30 11:43:47 +02:00
ieee802_1x_kay.h MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_key.c MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_key.h MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_secy_ops.c MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
ieee802_1x_secy_ops.h MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00