hostapd/src
Jouni Malinen 3e9fa3be62 WPS UPnP: Make dl_list_first() use easier for static analyzer
The preceding dl_list_len() check guarantees that dl_list_first()
returns an entry and not NULL. However, that seems to be a bit too
difficult path to follow for static analyzers, so add an explicit check
for the dl_list_first() return value to be non-NULL to avoid warnings.

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-10-11 13:45:25 +03:00
..
ap Add external EAPOL transmission option for testing purposes 2014-10-10 18:40:57 +03:00
common The master branch is now used for v2.4 development 2014-10-09 20:36:53 +03:00
crypto AES: Extend key wrap implementation to support longer data 2014-10-07 14:57:10 +03:00
drivers nl80211: Provide subtype and reason code for AP SME drivers 2014-10-10 20:05:37 +03:00
eap_common Support building with BoringSSL 2014-10-07 01:18:03 +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 AES: Extend key wrap design to support longer AES keys 2014-10-07 14:57:06 +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: Clean up coding style and indentation level 2014-10-11 12:05:27 +03:00
pae AES: Extend key wrap design to support longer AES keys 2014-10-07 14:57:06 +03:00
radius RADIUS server: Remove unreachable code 2014-09-13 16:22:16 +03:00
rsn_supp AES: Extend key wrap design to support longer AES keys 2014-10-07 14:57:06 +03:00
tls TLS: Use os_memcmp_const() for hash/password comparisons 2014-07-02 12:38:47 +03:00
utils browser-wpadebug: Use more robust mechanism for starting browser 2014-10-09 17:38:25 +03:00
wps WPS UPnP: Make dl_list_first() use easier for static analyzer 2014-10-11 13:45:25 +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