Message ID | 20231012200150.338401-3-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | DPP PKEX Changes | expand |
Hi James, On 10/12/23 15:01, James Prestwood wrote: > --- > src/dpp-util.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Regards, -Denis
diff --git a/src/dpp-util.h b/src/dpp-util.h index a3ddd452..94fe595a 100644 --- a/src/dpp-util.h +++ b/src/dpp-util.h @@ -43,7 +43,7 @@ enum dpp_frame_type { DPP_FRAME_PKEX_VERSION1_XCHG_REQUST = 7, DPP_FRAME_PKEX_XCHG_RESPONSE = 8, DPP_FRAME_PKEX_COMMIT_REVEAL_REQUEST = 9, - DPP_FRAME_PKEX_COMMIT_REVEAP_RESPONSE = 10, + DPP_FRAME_PKEX_COMMIT_REVEAL_RESPONSE = 10, DPP_FRAME_CONFIGURATION_RESULT = 11, DPP_FRAME_CONNECTION_STATUS_RESULT = 12, DPP_FRAME_PRESENCE_ANNOUNCEMENT = 13,