P2P: Use radio work to protect offchannel Action frame exchanges
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e1d1c8e223
commit
e05e130837
3 changed files with 136 additions and 0 deletions
|
@ -1040,6 +1040,7 @@ fail:
|
|||
wpabuf_head(conf), wpabuf_len(conf), 0) < 0) {
|
||||
p2p_dbg(p2p, "Failed to send Action frame");
|
||||
p2p_go_neg_failed(p2p, dev, -1);
|
||||
p2p->cfg->send_action_done(p2p->cfg->cb_ctx);
|
||||
}
|
||||
wpabuf_free(conf);
|
||||
if (status != P2P_SC_SUCCESS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue