mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 02:44:03 -05:00
OWE: Add RSNE when not using PMKSA caching (driver-SME/MLME)
RSNE needs to be added both with and without use of PMKSA caching. Signed-off-by: Ashok Ponnaiah <aponnaia@codeaurora.org>
This commit is contained in:
parent
5850cba384
commit
af65ef28f4
@ -3011,6 +3011,9 @@ u8 * owe_auth_req_process(struct hostapd_data *hapd, struct sta_info *sta,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf,
|
||||
owe_buf_len, NULL, 0);
|
||||
|
||||
/* OWE Diffie-Hellman Parameter element */
|
||||
*owe_buf++ = WLAN_EID_EXTENSION; /* Element ID */
|
||||
*owe_buf++ = 1 + 2 + wpabuf_len(pub); /* Length */
|
||||
|
Loading…
Reference in New Issue
Block a user