From d2190cdc65cfd66de35399469e9ad79d531dce97 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 21 Oct 2020 00:29:38 +0300 Subject: [PATCH] DPP2: Update the default port number for DPP-over-TCP IANA assigned the TCP port 8908 for DPP, so update the implementation to match the formal assignment. Signed-off-by: Jouni Malinen --- src/common/dpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dpp.h b/src/common/dpp.h index 649c5ddde..2fd331b1a 100644 --- a/src/common/dpp.h +++ b/src/common/dpp.h @@ -35,7 +35,7 @@ extern int dpp_version_override; #endif /* CONFIG_TESTING_OPTIONS */ #define DPP_HDR_LEN (4 + 2) /* OUI, OUI Type, Crypto Suite, DPP frame type */ -#define DPP_TCP_PORT 7871 +#define DPP_TCP_PORT 8908 enum dpp_public_action_frame_type { DPP_PA_AUTHENTICATION_REQ = 0,