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:
Jouni Malinen 2022-07-21 13:15:22 +03:00 committed by Jouni Malinen
parent 17216b5242
commit ae4a3a6f67

View file

@ -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;