fragattacks/src
Philippe De Swert 375f4a3b5a hostapd: Avoid dead code with P2P not enabled
In case P2P is not enabled the if (dev_addr) is always ignored as
dev_addr will be NULL. As this code is relevant only to P2P, it can be
moved to be the ifdef to avoid static analyzer warnings. (CID 72907)

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
2014-09-28 20:47:06 +03:00
..
ap hostapd: Avoid dead code with P2P not enabled 2014-09-28 20:47:06 +03:00
common nl80211: Add roaming policy update using QCA vendor command 2014-09-11 15:59:42 +03:00
crypto openssl: Fix memory leak in openssl ec deinit 2014-09-07 19:14:18 +03:00
drivers nl80211: Fix memory leak on start radar detection error path 2014-09-28 11:03:48 +03:00
eap_common OpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free 2014-07-24 19:35:07 +03:00
eap_peer EAP: Do not allow fast session resumption with different network block 2014-07-26 19:39:13 +03:00
eap_server EAP-PAX server: Add explicit CID length limit 2014-09-07 17:10:33 +03:00
eapol_auth RADIUS server: Allow EAP methods to log into SQLite DB 2014-03-09 18:21:13 +02:00
eapol_supp WPS: Set EAPOL workarounds dynamically based on association 2014-09-08 17:16:04 +03:00
l2_packet l2_packet: Fix l2_packet_none (hostapd default) 2014-04-14 23:04:55 +03:00
p2p P2P: Decrement sd_pending_bcast_queries when sd returns success 2014-09-28 11:03:48 +03:00
pae MACsec: Use os_memcmp_const() for hash/password comparisons 2014-07-02 12:38:47 +03:00
radius RADIUS server: Remove unreachable code 2014-09-13 16:22:16 +03:00
rsn_supp TDLS: Decline Setup Request with status code 37 if BSSID does not match 2014-09-02 18:06:58 +03:00
tls TLS: Use os_memcmp_const() for hash/password comparisons 2014-07-02 12:38:47 +03:00
utils util: Don't use "\e" 2014-09-28 19:16:32 +03:00
wps WPS: Extend internal entropy pool help for key/snonce derivation 2014-09-08 12:54:18 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00