bc52a55500fa68edfa9b83aac12490a8ee0c89a8

When beacon report request is received from AP in table mode, sme_rrm_issue_scan_req() is called recursively till scan results in all channels for that country code is reached. In 6GHz, the number of channels are high and recursively calling sme_rrm_issue_scan_req for that much channels causes stack corruption. Remove recursive call to the function sme_rrm_issue_scan_req. Instead, loop all the frequencies in the list and send scan results on those channels. Change-Id: Id75d00cfc98fcf218c6b1f85da3270e210697403 CRs-Fixed: 2654375
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%