P2P: Optimize scan for GO during persistent group invocation
Scan for GO on the negotiated operating channel for few iterations before searching on all the supported channels during persistent group reinvocation. In addition, use the already known SSID of the group in the scans. These optimizations reduce group formation time. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
406739c499
commit
41d5ce9e0b
7 changed files with 90 additions and 16 deletions
|
@ -3310,7 +3310,7 @@ static void p2p_timeout_invite_listen(struct p2p_data *p2p)
|
|||
p2p->cfg->invitation_result(
|
||||
p2p->cfg->cb_ctx, -1, NULL, NULL,
|
||||
p2p->invite_peer->info.p2p_device_addr,
|
||||
0);
|
||||
0, 0);
|
||||
}
|
||||
p2p_set_state(p2p, P2P_IDLE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue