]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Delay P2P scan when an external scan is in progress
authorPurushottam Kushwaha <pkushwah@codeaurora.org>
Tue, 8 Dec 2020 10:53:56 +0000 (16:23 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 21 Dec 2020 21:22:51 +0000 (23:22 +0200)
commit7b121af26af51079fa56f8a1cde0d1ea65fd9e39
tree64ffba8ceac1e6b20faeb9debc3b4bf9a1f78a86
parentf39d6aacbbbc93947cf6bd98cde2ca6f913ef2ff
P2P: Delay P2P scan when an external scan is in progress

When an external scan is in progress on the same radio, delay the P2P
search operation based on configuration parameter p2p_search_delay. The
"search_delay" configuration done through p2p_find always takes
precedence over this delay value set due to an external scan trigger.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/p2p/p2p.c
src/p2p/p2p.h
wpa_supplicant/p2p_supplicant.c