]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Delay send_action call if p2p_scan is in progress
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 20 Oct 2010 16:41:20 +0000 (19:41 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 20 Oct 2010 16:44:21 +0000 (19:44 +0300)
commit3f9285ff198833e4f0b8c24fa70f8ae478e52744
tree66da155d0bf84539e9952913b2e61aae81d5c641
parent0b8889d8e5de4c823aba92cff2ecabe5ed04b3c6
P2P: Delay send_action call if p2p_scan is in progress

In order to avoid confusing the driver with a new remain-on-channel
request, delay sending of a new Action frame if the driver indicates
Action frame RX diromg a scan.
src/p2p/p2p.c
src/p2p/p2p_dev_disc.c
src/p2p/p2p_go_neg.c
src/p2p/p2p_i.h
src/p2p/p2p_invitation.c
src/p2p/p2p_pd.c
src/p2p/p2p_sd.c