Browse Source

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>
Ashok Ponnaiah 7 years ago
parent
commit
af65ef28f4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/ap/ieee802_11.c

+ 3 - 0
src/ap/ieee802_11.c

@@ -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 */