hostapd/src/p2p
Jouni Malinen 213c1fa84d P2P: Fix ignoring of PD Response due to dialog token mismatch
Commit 6b56cc2d97 added clearing of the
p2p->pending_action_state too early in this function. This should not
be done if we are going to silently ignore the frame due to dialog
token mismatch. Fix this by moving the code around to check the dialog
token first.

This issue resulted in PD Request retries getting stopped too early if
the peer is sending out an unexpected PD Response (e.g., because of it
being excessively slow with the response so that the response is
received only after the next TX attempt with a new dialog token).

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
2012-09-25 21:41:52 +03:00
..
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
p2p.c WFD: Add Wi-Fi Display support 2012-08-29 19:51:29 +03:00
p2p.h WFD: Add support for sending Wi-Fi Display service discovery requests 2012-08-29 19:51:29 +03:00
p2p_build.c P2P: Show own channel list in debug log 2012-09-24 22:14:50 +03:00
p2p_dev_disc.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
p2p_go_neg.c P2P: Allow peer to propose channel in invitation process 2012-09-24 22:15:58 +03:00
p2p_group.c WFD: Add Wi-Fi Display support 2012-08-29 19:51:29 +03:00
p2p_i.h P2P: Allow peer to propose channel in invitation process 2012-09-24 22:15:58 +03:00
p2p_invitation.c P2P: Allow peer to propose channel in invitation process 2012-09-24 22:15:58 +03:00
p2p_parse.c WFD: Add Wi-Fi Display support 2012-08-29 19:51:29 +03:00
p2p_pd.c P2P: Fix ignoring of PD Response due to dialog token mismatch 2012-09-25 21:41:52 +03:00
p2p_sd.c WFD: Add support for sending Wi-Fi Display service discovery requests 2012-08-29 19:51:29 +03:00
p2p_utils.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00