hostap/src/l2_packet
Jouni Malinen f4e5fd948a l2_packet_ndis: Fix overlapped write not to corrupt stack
When using overlapped write, we must have the provided memory
areas available during the operation and cannot just use stack
unless we wait for the completion within the function. In the case
of TX here, we can easily wait for the completion since it is likely
to happen immediately. In addition, this provides more reliable
success/failure return value for l2_packet_send(). [Bug 328]
2010-09-02 13:23:14 +03:00
..
l2_packet.h Added endianness annotation for sparse 2009-01-03 21:00:38 +02:00
l2_packet_freebsd.c Solaris: Add support for wired IEEE 802.1X client 2010-08-28 11:40:07 +03:00
l2_packet_linux.c Work around some gcc 4.4 strict-aliasing warnings 2009-11-04 19:49:14 +02:00
l2_packet_ndis.c l2_packet_ndis: Fix overlapped write not to corrupt stack 2010-09-02 13:23:14 +03:00
l2_packet_none.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
l2_packet_pcap.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
l2_packet_privsep.c Remove src/common from default header file path 2009-11-29 17:51:55 +02:00
l2_packet_winpcap.c Ported driver_test to Windows (only UDP socket available) 2008-12-12 22:41:18 +02:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00