mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-11 22:54:02 -05:00
This adds initial implementation of IEEE Std 802.1X-2010 PAE for MACsec. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
9 lines
95 B
Makefile
9 lines
95 B
Makefile
all:
|
|
@echo Nothing to be made.
|
|
|
|
clean:
|
|
rm -f *~ *.o *.d
|
|
|
|
install:
|
|
@echo Nothing to be made.
|