fragattacks/research/libwifi
Mathy Vanhoef b7a520637e fragattacks: do not use format strings
There are only supported on Python 3.6 and above. With openwifi we
likely need to support an older Python version.

This patch may be reverted in the future once support for older
Python versions is no longer needed.
2022-10-16 18:44:11 +02:00
..
tests fragattacks: directly track libwifi and not as submodule 2021-05-08 19:35:48 +04:00
__init__.py fragattacks: remove dragonfly from libwifi 2022-10-16 18:09:33 +02:00
crypto.py fragattacks: directly track libwifi and not as submodule 2021-05-08 19:35:48 +04:00
injectiontest.py fragattacks: do not use format strings 2022-10-16 18:44:11 +02:00
mschap.py fragattacks: directly track libwifi and not as submodule 2021-05-08 19:35:48 +04:00
README.md fragattacks: directly track libwifi and not as submodule 2021-05-08 19:35:48 +04:00
run-tests.sh fragattacks: directly track libwifi and not as submodule 2021-05-08 19:35:48 +04:00
wifi.py libwifi: add remove_dot11qos function 2021-05-16 22:09:28 +04:00

This is an experimental library that I internally use in some projects. One day this might be useful for others too.