OWE: Rename function to match use (driver-SME/MLME)

This function is used to process a (Re)Association Request frame, so
rename it appropriately to mention assoc_req instead of auth_req.

Signed-off-by: Ashok Ponnaiah <aponnaia@codeaurora.org>
This commit is contained in:
Ashok Ponnaiah 2018-02-06 20:27:41 +02:00 committed by Jouni Malinen
parent 759da93a89
commit 79ce2d519b
3 changed files with 10 additions and 10 deletions

View file

@ -528,10 +528,10 @@ skip_wpa_check:
elems.owe_dh) {
u8 *npos;
npos = owe_auth_req_process(hapd, sta,
elems.owe_dh, elems.owe_dh_len,
p, sizeof(buf) - (p - buf),
&reason);
npos = owe_assoc_req_process(hapd, sta,
elems.owe_dh, elems.owe_dh_len,
p, sizeof(buf) - (p - buf),
&reason);
if (npos)
p = npos;
if (!npos &&