hostapd/src
Sunil Dutt 1af1c9ceb6 P2P: Fix PD retries on delay in off channel transmission
Commit 488f4a7108 configures a timer
before p2p_send_action(). This may result in the timer getting fired
earlier to the off channel transmission of the frame and thus another PD
request being retransmitted. This shall lead to the new PD request with
an incremented dialog token being transmitted. For the cases where the
later PD request might not be transmitted as the host driver is busy
transmitting the earlier frame, the received PD response could be
dropped for the dialog token mismatch. Remove the timer configuration to
avoid this behavior.

Signed-hostap: Sunil Dutt Undekari <duttus@codeaurora.org>
intended-for: hostap-1
2012-08-24 11:54:02 +03:00
..
ap Remove unnecessary header file inclusion 2012-08-19 18:44:53 +03:00
common FIPS: Remove MD5 from the CONFIG_FIPS=y build 2012-08-16 20:03:17 +03:00
crypto Add sha256-prf.tls into libcrypto build 2012-08-22 11:15:55 +03:00
drivers P2P: Add option for adding extra delay to p2p_find 2012-08-23 18:20:58 +03:00
eap_common Add UNAUTH-TLS vendor specific EAP type 2012-08-22 22:34:11 +03:00
eap_peer Add UNAUTH-TLS vendor specific EAP type 2012-08-22 22:34:11 +03:00
eap_server Add UNAUTH-TLS vendor specific EAP type 2012-08-22 22:34:11 +03:00
eapol_auth Initialize EAPOL auth identity/cui with STA entry data 2012-08-19 14:23:20 +03:00
eapol_supp FIPS: Remove MD5 from the CONFIG_FIPS=y build 2012-08-16 20:03:17 +03:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Fix PD retries on delay in off channel transmission 2012-08-24 11:54:02 +03:00
radius RADIUS DAS: Verify that Error-Code attribute is added 2012-08-19 18:32:35 +03:00
rsn_supp PMKSA: Set cur_pmksa pointer during initial association 2012-08-10 18:05:03 +03:00
tls LibTomMath: Use 64-bit mode for mp_digit 2012-06-09 11:53:30 +03:00
utils wpabuf: Get rid of separate ext_data pointer 2012-08-19 18:25:25 +03:00
wps WPS: Fix nonce comparisons 2012-08-13 19:50:33 +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