hostap/src/p2p
Jouni Malinen 59acfe87aa P2P: Avoid re-starting p2p_search in some corner cases
Search (p2p_scan) could already have been started at the point
remain-on-channel end event is being processed, e.g., if an Action frame
TX is reported immediately aftet the end of an earlier remain-on-channel
operation and the response frame is sent using an offchannel operation
while p2p_find is still in progress. Avoid trying to re-run p2p_scan
while the previous one is still running.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
2012-02-09 12:49:36 +02:00
..
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
p2p.c P2P: Avoid re-starting p2p_search in some corner cases 2012-02-09 12:49:36 +02:00
p2p.h P2P: Move p2p_add_device() prototype to correct header file 2012-02-07 16:26:20 +02:00
p2p_build.c P2P: Allow advertisement config methods to be limited 2011-09-08 16:48:06 +03:00
p2p_dev_disc.c P2P: Embed publically visible struct in peer info 2011-02-24 21:51:17 +02:00
p2p_go_neg.c P2P: Advertise Persistent Reconnect group capability 2011-10-24 17:29:37 +03:00
p2p_group.c P2P: Do not expire peer entry if peer is connected as a client 2012-01-25 17:00:59 +02:00
p2p_i.h P2P: Move p2p_add_device() prototype to correct header file 2012-02-07 16:26:20 +02:00
p2p_invitation.c P2P: Embed publically visible struct in peer info 2011-02-24 21:51:17 +02:00
p2p_parse.c P2P: Store more WPS attributes for peers 2011-03-28 15:27:10 +03:00
p2p_pd.c P2P: Remove unneeded go_neg_peer check from PD 2012-02-05 19:05:45 +02:00
p2p_sd.c Use NULL instead of 0 for pointers 2011-11-18 22:07:30 +02:00
p2p_utils.c P2P: Reject multi-channel concurrent operations depending on driver 2010-10-14 14:24:56 +03:00