hostap/src/p2p
Krishna Vamsi 2c0efd9e49 P2P: Fix stopping on search after SD callback
If p2p_find_timeout triggers after starting SD but before getting TX
status for send action, unwanted search could get triggered again when
TX status arrives though p2p_find_timeout moved the state to P2P_IDLE by
then. p2p_continue_find() would then move the state to P2P_SEARCH again.
Do not trigger the find operation from this context if state is
P2P_IDLE to avoid this.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2015-02-04 20:46:47 +02:00
..
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
p2p.c P2P: Fix stopping on search after SD callback 2015-02-04 20:46:47 +02:00
p2p.h P2PS: PD Response processing 2015-02-03 01:35:07 +02:00
p2p_build.c P2PS: Add Advertised Service Info into Probe Response frames 2015-02-03 01:35:06 +02:00
p2p_dev_disc.c P2P: Fix SD and DevDisc to limit maximum wait time per driver support 2014-06-12 10:49:19 +03:00
p2p_go_neg.c P2PS: Add P2PS attributes into PD Request if requested 2015-02-03 01:35:07 +02:00
p2p_group.c P2PS: Process P2PS provisioning commands 2015-02-03 01:35:07 +02:00
p2p_i.h P2PS: PD Request processing and PD Response building 2015-02-03 01:35:07 +02:00
p2p_invitation.c P2P: Check Invitation Response dialog token match for resend case 2014-12-09 16:26:47 +02:00
p2p_parse.c P2PS: Add parsing of new P2P attributes 2015-02-02 14:09:19 +02:00
p2p_pd.c P2PS: PD Response processing 2015-02-03 01:35:07 +02:00
p2p_sd.c P2P: Limit number of SD retries during find 2014-10-23 21:51:48 +03:00
p2p_utils.c Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00