SAE-PK: Extend SAE functionality for AP validation
This adds core SAE functionality for a new mode of using SAE with a specially constructed password that contains a fingerprint for an AP public key and that public key being used to validate an additional signature in SAE confirm from the AP. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
b6dcbd01a6
commit
6b9e99e571
9 changed files with 801 additions and 19 deletions
|
@ -157,7 +157,7 @@ static struct wpabuf * sme_auth_build_sae_commit(struct wpa_supplicant *wpa_s,
|
|||
if (use_pt &&
|
||||
sae_prepare_commit_pt(&wpa_s->sme.sae, ssid->pt,
|
||||
wpa_s->own_addr, bssid,
|
||||
wpa_s->sme.sae_rejected_groups) < 0)
|
||||
wpa_s->sme.sae_rejected_groups, NULL) < 0)
|
||||
return NULL;
|
||||
if (!use_pt &&
|
||||
sae_prepare_commit(wpa_s->own_addr, bssid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue