fad99adc80c8fbd5d2fe2b250550d874d82418ba

In __lim_handle_sme_stop_bss_request, it will try to disassociate STAs of which AssocId is from 1 to pMac->lim.gLimAssocStaLimit - 1. However, valid range of AssocId should be from 1 to pMac->lim.gLimAssocStaLimit. This will cause STA and peer leakage when there is an STA using AssocID equal to pMac->lim.gLimAssocStaLimit. Update the uppper limit to pMac->lim.gLimAssocStaLimit accordingly. Change-Id: Ifec315c0ae69f8b93ce8b87601cca7cc13c6bc88 CRs-Fixed: 2230757
This is CNSS WLAN Host Driver for products starting from iHelium
Descrição
Linguagens
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%