mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
71cdf6b624
Previously, ENABLE command ended up freeing the hostapd_iface context on initialization failures, but did not even remove the interface from the list of available interfaces. This resulted in use of freed memory with any following operation on the same interface. In addition, removing the interface on initialization failure does not seem like the best approach. Fix both of these issues by leaving the interface instance in memory, but in disabled state so that the configuration can be fixed and ENABLE used again to enable the interface or REMOVE used to remove the interface. Signed-hostap: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
ap | ||
common | ||
crypto | ||
drivers | ||
eap_common | ||
eap_peer | ||
eap_server | ||
eapol_auth | ||
eapol_supp | ||
l2_packet | ||
p2p | ||
radius | ||
rsn_supp | ||
tls | ||
utils | ||
wps | ||
lib.rules | ||
Makefile |