]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Stop P2P_PD_DURING_FIND wait on PD Response RX
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 18 Mar 2013 18:31:47 +0000 (20:31 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Mar 2013 18:31:47 +0000 (20:31 +0200)
commit52728dcd25b5074fb7c0493a8155f096089ad6d0
tree7b9322a7d42fcbbf509f4b228edc3ac53c72c9d5
parent4441b9d571306d061114f637faa937db81a41f1e
P2P: Stop P2P_PD_DURING_FIND wait on PD Response RX

Previously, P2P_PD_DURING_FIND state was scheduled for 200 ms and the
P2P state was not change until that timeout regardless of whether the PD
Response for recieved or not. There is no need to wait for that timeout
if the response is received, so allow the next operation to be performed
immediately after the response has been processed.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/p2p/p2p_pd.c