fragattacks/src
Jouni Malinen f5eb9da304 nl80211: Clean up if_add() for hostapd use
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>
2013-10-26 15:55:30 +03:00
..
ap DFS: Add forgotten break statement 2013-10-26 15:55:09 +03:00
common EAP peer: Add framework for external SIM/USIM processing 2013-10-20 13:12:04 +03:00
crypto OpenSSL: Fix memory leak on error path 2013-10-26 15:55:24 +03:00
drivers nl80211: Clean up if_add() for hostapd use 2013-10-26 15:55:30 +03:00
eap_common EAP-EKE: Add peer implementation 2013-07-07 20:30:10 +03:00
eap_peer eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
eap_server EAP-AKA server: Fix AUTS processing 2013-09-29 18:39:14 +03:00
eapol_auth Add server identity configuration for EAP server 2013-07-07 20:30:10 +03:00
eapol_supp eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Add more user friendly debug print of channel lists 2013-10-23 00:39:17 +03:00
radius Add server identity configuration for EAP server 2013-07-07 20:30:10 +03:00
rsn_supp TDLS: Do not start concurrent TDLS setup 2013-09-30 17:38:41 +03:00
tls Add dup_binstr() to help common binary string tasks 2013-04-27 23:44:59 +03:00
utils Remove os_strncpy() 2013-10-26 15:55:00 +03:00
wps HTTP server: Allow TCP socket to be reused 2013-10-18 14:13:45 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00