mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
dpp-util: fix typo, 'REQUST'
This commit is contained in:
parent
653122498a
commit
c0a356711d
@ -40,7 +40,7 @@ enum dpp_frame_type {
|
||||
/* 3 - 4 reserved */
|
||||
DPP_FRAME_PEER_DISCOVERY_REQUEST = 5,
|
||||
DPP_FRAME_PEER_DISCOVERY_RESPONSE = 6,
|
||||
DPP_FRAME_PKEX_VERSION1_XCHG_REQUST = 7,
|
||||
DPP_FRAME_PKEX_VERSION1_XCHG_REQUEST = 7,
|
||||
DPP_FRAME_PKEX_XCHG_RESPONSE = 8,
|
||||
DPP_FRAME_PKEX_COMMIT_REVEAL_REQUEST = 9,
|
||||
DPP_FRAME_PKEX_COMMIT_REVEAL_RESPONSE = 10,
|
||||
|
Loading…
Reference in New Issue
Block a user