DPP2: Version information in bootstrapping info URI
Add the local supported version information into the bootstrapping information (V=2 in the URI) and parse this from received URI. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
cbafc8ef4b
commit
7dd768c3ca
2 changed files with 34 additions and 3 deletions
|
@ -142,6 +142,7 @@ struct dpp_bootstrap_info {
|
|||
char *pk;
|
||||
unsigned int freq[DPP_BOOTSTRAP_MAX_FREQ];
|
||||
unsigned int num_freq;
|
||||
u8 version;
|
||||
int own;
|
||||
EVP_PKEY *pubkey;
|
||||
u8 pubkey_hash[SHA256_MAC_LEN];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue