mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
FragAttacks: Fragmentation & Aggregation Attacks
6affdaee6b
Sam Leffler <sam@errno.com>: Attached are changes from Chris Zimmerman (cc'd) to allow drivers to handle radius ACL's. The patch is against 0.5.10 but I suspect will also apply to your latest code. These mods enable radius acl support in freebsd w/ my vap code. You may want to do the changes to ieee802_11_auth.c differently as they currently require all participating drivers to work the same. You might be able to check the return value from hostapd_set_radius_acl_auth and use that to decide whether the alternate code should be run so you can have 1 driver using this stuff while the other does not. (jm: Added without more dynamic check for now; in addition, none of the current in-tree driver wrappers actually implement these handlers, so this is in preparation for future changes) |
||
---|---|---|
eap_example | ||
hostapd | ||
patches | ||
radius_example | ||
src | ||
testing | ||
wpa_supplicant | ||
www | ||
build_release | ||
COPYING | ||
FAQ | ||
README |
wpa_supplicant and hostapd v0.6.x --------------------------------- Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> and contributors All Rights Reserved. These program is dual-licensed under both the GPL version 2 and BSD license. Either license may be used at your option. This package may include either wpa_supplicant, hostapd, or both. See README file respective subdirectories (wpa_supplicant/README or hostapd/README) for more details. Source code files have been moved around in v0.6.x releases and compared to earlier releases, the programs are now build by first going to a subdirectory (wpa_supplicant or hostapd) and creating build configuration (.config) and running 'make' there (for Linux/BSD/cygwin builds).