Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c19ea8a5 authored by android-t1's avatar android-t1
Browse files

Integrate security patch 2022-11-05-CVE-CVE-2022-25741

Change-Id: I01dd075eabc5b93300afcf0f44ec9d854a39eb8a
parent e2c553ed
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2492,11 +2492,13 @@ lim_add_sta(struct mac_context *mac_ctx,
			assoc_req =
			(tpSirAssocReq) session_entry->parsedAssocReq[aid];

			if (assoc_req) {
				add_sta_params->wpa_rsn = assoc_req->rsnPresent;
				add_sta_params->wpa_rsn |=
					(assoc_req->wpaPresent << 1);
			}
		}
	}

	lim_update_he_stbc_capable(add_sta_params);