qcacmn: Fix FILS IE parsing issue
Fix FILS IE parsing issue in assoc response frame. Change-Id: I45b554c215280533ae6831d51526b8b98bc46c94 CRs-Fixed: 2329206
Este commit está contenido en:
@@ -143,14 +143,12 @@ fils_parse_ie(qdf_nbuf_t wbuf, uint8_t hdrlen, uint8_t **cap_info,
|
||||
pktlen_left, elem_id);
|
||||
crypto_err("len:%dextid:%d", len, *frm);
|
||||
return QDF_STATUS_E_INVAL;
|
||||
}
|
||||
|
||||
if (*frm == WLAN_ELEMID_EXT_FILS_SESSION) {
|
||||
fils_found = 1;
|
||||
break;
|
||||
}
|
||||
frm++;
|
||||
pktlen_left--;
|
||||
|
||||
if (*frm == WLAN_ELEMID_EXT_FILS_SESSION) {
|
||||
fils_found = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (len > pktlen_left) {
|
||||
|
Referencia en una nueva incidencia
Block a user