271f92f582169b809fb7b71738e799f35a6dd6a8

qcacld-2.0 to qcacld-3.0 propagation If SAP interface is up then STA interface can't find the AP most of the time as a result of SCAN parameters are getting set to 28ms active dwell time and 0 repeated probe (which means only 1 probe for 28ms of active dwell time). Test results suggest that 1 Probe request through out the active dwell time in noisy environment is not good enough, so sending two probe requests with each 11ms apart would make the scan results little better. Implement above suggested solution by changing probe_time_dwell_time_map's repeated probe time to 11ms so that n_probes (number of probes) becomes 2 by n_probes = (dwell_time_active/repeat_probe_time) = (28/11) = 2. Change-Id: I8a3f3dbaf70c666973454e3266e0dabe0df1c9ea CRs-Fixed: 992655
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%