]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/p2p/p2p.h
P2P: Do not stop Listen state if it is on correct channel
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 20 Oct 2010 16:37:47 +0000 (19:37 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 20 Oct 2010 16:44:16 +0000 (19:44 +0300)
commit0b8889d8e5de4c823aba92cff2ecabe5ed04b3c6
tree161024590ea4c4fc0077349ee91a5af8ecf861c0
parent35c5d6103729530763662137952070258237976c
P2P: Do not stop Listen state if it is on correct channel

This is needed to optimize response to GO Negotiation Request frames.
The extra remain-on-channel cancel followed by new remain-on-channel for
the same channel takes too much time with some driver/firmware
designs for the response to go out quickly enough to avoid peer
timing out while waiting for our response.
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_go_neg.c