hostap/src
Jouni Malinen 74727a7b32 Use type cast to get rid of implicit sign extension
The size_t value here can be 64-bit and result in implicit sign
extension. In this particular case, that gets masked out by
host_to_be32(), so there is no practical difference, but it is better
to get rid of the 64-bit variable explicitly.
2011-04-14 01:27:38 +03:00
..
ap Fix WPS AP mode regression 2011-04-11 19:22:49 +03:00
common Fix wpa_key_mgmt_*() helper functions to handle multiple bits 2011-04-08 19:11:54 +03:00
crypto Fix #ifdef check for older openssl versions 2011-04-11 18:37:12 +03:00
drivers bsd: Fix buffer size for routing socket with IPv6 disabled 2011-04-12 23:09:14 +03:00
eap_common EAP-pwd: Fix some interoperability issues 2011-01-16 13:12:07 +02:00
eap_peer Use type cast to get rid of implicit sign extension 2011-04-14 01:27:38 +03:00
eap_server TNC: Fix TNC_{TNCC,TNCS}_ReportMessageTypes copy type 2011-04-13 23:10:21 +03:00
eapol_auth EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
eapol_supp wpa_supplicant: Add wpa_supplicant_get_eap_mode method 2011-03-15 13:53:08 +02:00
l2_packet l2_packet: Use wpa_printf() instead of perror() 2010-11-24 15:00:22 +02:00
p2p P2P: add a missing 'return' after building IE from an empty string 2011-03-30 17:08:42 +03:00
radius hostapd: Fix RADIUS client configuration update on reconfig 2011-02-10 22:12:29 +02:00
rsn_supp TDLS: Validate FTIE length before processing it 2011-04-13 22:14:22 +03:00
tls Increase internal TLSs client key exchange buffer 2011-02-21 18:25:34 +02:00
utils Add support for setting the syslog facility from the config file 2011-03-20 11:48:42 +02:00
wps P2P: Add option for requested device type in P2P search/scan 2011-03-19 12:57:46 +02: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