bb899849e1e497be1d93ec15ee33a4a9c44711e3

While processing START SAP req, Host calls wlan_sap_get_concurrent_bw to calculate SAP BW based on the concurrent channel & STA DFS channel. The below issues are present due to current logic to calculate SAP BW in this API: 1. In the case of standalone SAP, this API returns SAP bandwidth as 80 MHz always, this results in standalone SAP will never come up in other BWs. 2. In the case of non-DBS HW, the host is not considering the value of INI "g_sta_sap_scc_on_dfs_chan", the value is defined by the enum PM_AP_DFS_MASTER_MODE. By considering the value of STA DFS channel, HW mode, and INI g_sta_sap_scc_on_dfs_chan, modify the logic to calculate concurrent as well as standalone SAP BW in API wlan_sap_get_concurrent_bw. Change-Id: Id521893feb9b6173efc2704f37dfa59f405655e2 CRs-Fixed: 3363394
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%