]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DPP: Add DPP-CONF-REQ-RX event for Controller
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 21 Jul 2022 10:15:22 +0000 (13:15 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 21 Jul 2022 10:15:22 +0000 (13:15 +0300)
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>
src/common/dpp_tcp.c

index 036991850ccb7d79cf93fe7ee54ae0429ebb0073..5cd732907e3552f8a610ec29e9b45d8235353afb 100644 (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;