5eda62d43ce6e033e2eecc3d22be43e8829bf025

Currently, driver allows multiple acs scan requests at a time. Due to this race conditions can occur and causes "use after free" issue for variable channelList. To avoid race condition, driver should allow only one acs scan request at a time. Add a new atomic variable to make sure that if one acs scan request is in process, the driver should reject all further acs scan requests. Change-Id: I7aa2f4df0dd4c6ca8ff791fe462d142fc7b3e691 CRs-Fixed: 2176354
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%