DPP: Extend DPP_PKEX_ADD ver=<1/2> to cover Responder role
Allow PKEX v1-only or v2-only behavior to be specific for the Responder role. This is mainly for testing purposes. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
6c3c431bbd
commit
eeb72e7c9a
5 changed files with 74 additions and 54 deletions
|
@ -172,6 +172,12 @@ struct dpp_bootstrap_info {
|
|||
|
||||
#define PKEX_COUNTER_T_LIMIT 5
|
||||
|
||||
enum dpp_pkex_ver {
|
||||
PKEX_VER_AUTO,
|
||||
PKEX_VER_ONLY_1,
|
||||
PKEX_VER_ONLY_2,
|
||||
};
|
||||
|
||||
struct dpp_pkex {
|
||||
void *msg_ctx;
|
||||
unsigned int initiator:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue