android_kernel_xiaomi_sm8350/core
Varun Reddy Yeturu 35b51a271f qcacld-3.0: Avoid PMKID and send correct MIC for CCKM+RSN scenario
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
2015-11-23 13:09:01 -08:00
..
bmi qcacld-3.0: Initial snapshot of ihelium wlan driver 2015-11-17 17:52:53 -08:00
cdf qcacld-3.0: debug info for full reorder offload 2015-11-23 13:08:11 -08:00
cds qcacld-3.0: Avoid PMKID and send correct MIC for CCKM+RSN scenario 2015-11-23 13:09:01 -08:00
dp qcacld-3.0: Free rx_buff_list in htt_detach 2015-11-23 13:08:11 -08:00
hdd qcacld-3.0: Prevent null data access 2015-11-23 13:09:00 -08:00
hif qcacld-3.0: Initial snapshot of ihelium wlan driver 2015-11-17 17:52:53 -08:00
htc qcacld-3.0: Initial snapshot of ihelium wlan driver 2015-11-17 17:52:53 -08:00
mac qcacld-3.0: Cleanup logging 2015-11-23 13:09:01 -08:00
sap qcacld-3.0: Properly update specturum channel list 2015-11-23 13:08:11 -08:00
sme qcacld-3.0: Avoid calling memory allocation function for allocation size 0 2015-11-23 13:08:11 -08:00
utils qcacld-3.0: Initial snapshot of ihelium wlan driver 2015-11-17 17:52:53 -08:00
wma qcacld-3.0: Fix race condition between WMI control RX and driver unload 2015-11-23 13:08:10 -08:00
wmi qcacld-3.0: Initial snapshot of ihelium wlan driver 2015-11-17 17:52:53 -08:00