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 <jouni@codeaurora.org>
This commit is contained in:
parent
5d988b4a5b
commit
d2190cdc65
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue