DPP: Add DPP-CONF-REQ-RX event for Controller
This gets the Controller (DPP-over-TCP) sequence closer to the one used with Public Action frames and makes it easier for upper layer components to share the same design for tracking operation status. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
17216b5242
commit
ae4a3a6f67
1 changed files with 2 additions and 0 deletions
|
@ -1348,6 +1348,8 @@ static int dpp_controller_rx_gas_req(struct dpp_connection *conn, const u8 *msg,
|
|||
return -1;
|
||||
}
|
||||
|
||||
wpa_msg(conn->msg_ctx, MSG_INFO, DPP_EVENT_CONF_REQ_RX);
|
||||
|
||||
pos = msg;
|
||||
end = msg + len;
|
||||
|
||||
|
|
Loading…
Reference in a new issue