mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-29 02:38:22 -05:00
f5eb9da304
The allocation of new_bss and its use was separated by a lot of code in this function. This can be cleaned up by moving the allocation next to the use, so that this all can be within a single #ifdef HOSTAPD block. The i802_check_bridge() call was outside type == WPA_IF_AP_BSS case, but in practice, it is only used for WPA_IF_AP_BSS (and if used for something else, this would have resulted in NULL pointer dereference anyway). 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 |