fragattacks/src
Jouni Malinen e47ee249bc l2_packet: Fix l2_packet_none (hostapd default)
The sample code here ended up trying to register an eloop socket with fd
== -1. This was not really ever supposed to be used, but it is now also
hitting an assert in eloop. Skip the unnecessary
eloop_register_read_sock() to avoid this.

This was causing issues for hostapd since CONFIG_L2_PACKET is not set by
default. If CONFIG_RSN_PREAUTH=y was not used for CONFIG_L2_PACKET was
not set in .config explicitly, the defaul use of l2_packet_none.c ended
up hitting the newly added assert() in eloop.

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-04-14 23:04:55 +03:00
..
ap Document and rename HT Capability/Operation fields 2014-04-07 22:45:11 +03:00
common wlantest: Tag and ignore generated packets 2014-04-13 23:54:25 +03:00
crypto OpenSSL: Detect and prevent TLS heartbeat attack 2014-04-09 14:58:48 +03:00
drivers radiotap: Update radiotap parser to library version 2014-04-13 23:49:59 +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 WPS: Remove unused WEP related functionality 2014-04-06 12:31:45 +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 P2P: Add retry mechanism for GO Negotiation Confirmation 2014-04-11 11:57:05 +03:00
radius RADIUS server: Add support for MAC ACL 2014-03-29 19:31:56 +02:00
rsn_supp Move DROP_SA command to be within ifdef CONFIG_TESTING_OPTIONS 2014-04-05 23:59:31 +03:00
tls TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
utils radiotap: Update radiotap parser to library version 2014-04-13 23:49:59 +03:00
wps WPS: Remove unused WEP related functionality 2014-04-06 12:31:45 +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