35b51a271f936f649e38e0ee45b8794f48a6263a

qcacld-2.0 to qcacld-3.0 propagation In the current design, PMKID is sent in RSN IE in reassoc req for CCKM roaming.When AP receives CCKM IE and PMKID, it gets confused and rejects the reassociation.So in case of CCKM+RSN, don't send PMKID. Also, in reassoc request, MIC was going 0 in CCKMIE.This MIC is calculated by calling platform driver API.When this API returns SUCCESS then result is copied in MIC buffer but if this API returns EINPROGRESS/EBUSY, then driver wait for the event and once the event is completed it does not copy the result in MIC buffer. So changes are done to copy this result in MIC buffer in case of BUSY/INPROGRESS status. Change-Id: Ide74db250aa5c129fa223582be830c15f34cfb16 CRs-Fixed: 763969
This is CNSS WLAN Host Driver for products starting from iHelium
説明
言語
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%