]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Send Action frame regardless if p2p_scan in progress
authorHu Wang <huw@codeaurora.org>
Fri, 26 Apr 2019 09:03:24 +0000 (17:03 +0800)
committerJouni Malinen <j@w1.fi>
Fri, 31 May 2019 13:52:15 +0000 (16:52 +0300)
commit683f86778d7d99b1df1f18a5cba3f70ffb751f2c
tree582ddbb606f2d7a3be073ec765408ed3dfeedc1d
parentcbfd0a263d4f71d5239b938096132b9019ea60ab
P2P: Send Action frame regardless if p2p_scan in progress

With radio work design, send Action frame request will be queued and
wait for p2p-scan to finish, so there is no need to delay send_action.

This change revisits the logic (added before the radio work framework)
in below commits:

3f9285f P2P: Delay send_action call if p2p_scan is in progress
f44ae20 P2P: Drop pending TX frame on new p2p_connect
9d562b7 P2P: Add p2p_unauthorize command
63a965c P2P: Fix after_scan_tx processing during ongoing operations
9a58e52 P2PS: Callback to create pending group after sending PD Response
3433721 P2P: Continue p2p_find after sending non-success Invitation Response

Signed-off-by: Hu Wang <huw@codeaurora.org>
src/p2p/p2p.c
src/p2p/p2p_i.h