c70a7a8d0f049f14d3d4a719149cb8599faabb9a

In Partial-Offload, when a repeater is associated with Root-AP in DFS channel. The Repeater STA will get connected with Root-AP and then Repeater-AP comes up in the DFS channel but it does not send beacons. The reason is, when a STA vap is UP and in connected state, CAC is skipped. So, for Repeater-AP we send VDEV_UP before Spoof radar pulses event. FW rejects the VDEV_UP sent by host and therefore Repeater-AP will be in UP state but it does not send any beacons. The fix is, while checking the condition if STA vap is set to true, we also check whether spoof radar event is completed. If the spoof radar event is not completed, then we will not skip CAC and then VDEV UP will be sent after the Spoof radar event. CRs-Fixed: 2748740 Change-Id: If63f3118d3e40785b375a0bd59d46783c14fe433
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%