hostap/src
Jouni Malinen d6c6b1fb9d Make sta NULL-check easier for static analyzers
sta == NULL check is already done above based on category !=
WLAN_ACTION_PUBLIC, but that seems to be too complex for some static
analyzers, so avoid invalid reports by explicitly checking for this
again in the WLAN_ACTION_FT case.

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-04-29 12:52:10 +03:00
..
ap Make sta NULL-check easier for static analyzers 2014-04-29 12:52:10 +03:00
common hostapd: Extend support for HT 20/40 coexistence feature 2014-04-29 12:52:09 +03:00
crypto OpenSSL: Detect and prevent TLS heartbeat attack 2014-04-09 14:58:48 +03:00
drivers Make dl_list_first() and dl_list_last() uses easier for static analyzers 2014-04-29 12:52:10 +03:00
eap_common HS 2.0R2: Add WFA server-only EAP-TLS peer method 2014-02-26 01:24:23 +02:00
eap_peer Add SIM identifier to the network profile and cred block 2014-04-24 12:15:32 +03:00
eap_server EAP-pwd: Fix memory leak on error path with fragmentation 2014-04-06 00:34:30 +03:00
eapol_auth RADIUS server: Allow EAP methods to log into SQLite DB 2014-03-09 18:21:13 +02:00
eapol_supp Skip network disabling on expected EAP failure 2014-01-08 16:42:15 +02:00
l2_packet l2_packet: Fix l2_packet_none (hostapd default) 2014-04-14 23:04:55 +03:00
p2p Make dl_list_first() and dl_list_last() uses easier for static analyzers 2014-04-29 12:52:10 +03:00
radius RADIUS server: Add support for MAC ACL 2014-03-29 19:31:56 +02:00
rsn_supp Reduce the amount of time PTK/TPTK/GTK is kept in memory 2014-04-16 01:29:27 +03:00
tls TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
utils trace: Replace demangle.h with internal defines 2014-04-25 19:27:48 +03:00
wps Make dl_list_first() and dl_list_last() uses easier for static analyzers 2014-04-29 12:52:10 +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