You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
Jouni Malinen f4452cc2b1 Add a workaround to clanc static analyzer warning
dl_list_del() followed by dl_list_add() seemed to confuse clang static
analyzer somehow, so explicitly check for the prev pointer to be
non-NULL to avoid an incorrect warning.

Signed-off-by: Jouni Malinen <j@w1.fi>
10 years ago
..
ap Add external EAPOL transmission option for testing purposes 10 years ago
common The master branch is now used for v2.4 development 10 years ago
crypto AES: Extend key wrap implementation to support longer data 10 years ago
drivers nl80211: Provide subtype and reason code for AP SME drivers 10 years ago
eap_common Support building with BoringSSL 10 years ago
eap_peer EAP: Do not allow fast session resumption with different network block 10 years ago
eap_server AES: Extend key wrap design to support longer AES keys 10 years ago
eapol_auth RADIUS server: Allow EAP methods to log into SQLite DB 10 years ago
eapol_supp WPS: Set EAPOL workarounds dynamically based on association 10 years ago
l2_packet l2_packet: Fix l2_packet_none (hostapd default) 10 years ago
p2p P2P: Clean up coding style and indentation level 10 years ago
pae AES: Extend key wrap design to support longer AES keys 10 years ago
radius RADIUS server: Remove unreachable code 10 years ago
rsn_supp Add a workaround to clanc static analyzer warning 10 years ago
tls TLS: Use os_memcmp_const() for hash/password comparisons 10 years ago
utils browser-wpadebug: Use more robust mechanism for starting browser 10 years ago
wps WPS UPnP: Make dl_list_first() use easier for static analyzer 10 years ago
Makefile MACsec: Add PAE implementation 10 years ago
lib.rules Add rules for building src/crypto as a library 15 years ago