fragattacks/src
Jouni Malinen 1b5df9e591 nl80211: Do not indicate scan started event on scan_for_auth
The scan_for_auth workaround for cfg80211 missing a BSS entry for the
target BSS during authentication uses a single channel scan controlled
within driver_nl80211.c. This operation does not indicate
EVENT_SCAN_RESULTS to the upper layer code. However, it did report
EVENT_SCAN_STARTED and this resulted in the radio work protection code
assuming that an external program triggered a scan, but that scan never
completed. This resulted in all new radio work items getting stuck
waiting for this scan to complete.

Fix this by handling the scan_for_auth situation consistently within
driver_nl80211.c by filtering both the EVENT_SCAN_STARTED and
EVENT_SCAN_RESULTS.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2014-03-18 22:48:44 +02:00
..
ap Fix AP mode default TXOP Limit values for AC_VI and AC_VO 2014-03-17 18:48:40 +02:00
common Allow management group cipher to be configured 2014-03-14 21:58:45 +02:00
crypto TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
drivers nl80211: Do not indicate scan started event on scan_for_auth 2014-03-18 22:48:44 +02:00
eap_common HS 2.0R2: Add WFA server-only EAP-TLS peer method 2014-02-26 01:24:23 +02:00
eap_peer EAP-FAST: Use clear eap_get_config() result validation 2014-03-02 17:15:12 +02:00
eap_server TLS testing: Allow hostapd to be used as a TLS testing tool 2014-03-09 18:47:09 +02: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 Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
p2p P2P: Report dev_found event (if not yet done) from GO Neg Req RX 2014-03-12 22:39:11 +02:00
radius TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
rsn_supp Allow management group cipher to be configured 2014-03-14 21:58:45 +02:00
tls TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
utils HS 2.0R2: Clean up debug from libcurl 2014-03-18 00:39:35 +02:00
wps WPS: Extend per-station PSK to support ER case as well 2014-03-13 18:22:25 +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