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,