Fix comment in wpa_supplicant_event_associnfo
Found what I think is a copy/paste error in the comments for the .11r code.
This commit is contained in:
parent
80cc6bf6d0
commit
94873e3b84
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ static void wpa_supplicant_event_associnfo(struct wpa_supplicant *wpa_s,
|
||||||
p = data->assoc_info.resp_ies;
|
p = data->assoc_info.resp_ies;
|
||||||
l = data->assoc_info.resp_ies_len;
|
l = data->assoc_info.resp_ies_len;
|
||||||
|
|
||||||
/* Go through the IEs and make a copy of the WPA/RSN IE, if present. */
|
/* Go through the IEs and make a copy of the FT/MD IE, if present. */
|
||||||
while (p && l >= 2) {
|
while (p && l >= 2) {
|
||||||
len = p[1] + 2;
|
len = p[1] + 2;
|
||||||
if (len > l) {
|
if (len > l) {
|
||||||
|
|
Loading…
Reference in a new issue