8b51c23a16f60c71c21ea3ca56040b1ee3a451c7

Currently, driver sets BSS peer and self peer to NULL only in case of PEER AP/GO. It nither set BSS peer nor self peer to NULL for GO/AP while de-attaching peers. This results in bss peer use after free issue while stopping soft AP. In order to fix this issue, the driver should set bss peer and self peer to NULL for GO/AP as well. Fix is to set bss peer and self peer to NULL for both PEER and AP cases. Change-Id: I055573c062c5a4e71fef2a699131e10fb6d97d71 CRs-Fixed: 2488371
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%