6fc5d5803cc63b96973a7d6b91ec83919aaec8f0

Currently the drivers blocks every simultaneous scan that comes to the driver, and returns BUSY. here if the STA SCAN which is low priority after connection comes, and at the same time ACS has completed and the hostapd tries to do a HT scan, it would get error as BUSY, and it will try to scan again and again until successful or the timeout happens. This will in turn delay the hotspot bringup as start ap does not come until the hostapd does a OBSS scan. Fix is to skip the check of simultaneous scan for SAP, and make the priority of scan request high for SAP scan. Change-Id: I5625a3e7c05f75238771ea1ec35b80ae5113bbc3 CRs-Fixed: 2471854
This is CNSS WLAN Host Driver for products starting from iHelium
Descripción
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%