android_kernel_xiaomi_sm8350/core
Pragaspathi Thilagaraj 6695ba9181 qcacld-3.0: Handle assoc IE update sent from userspace
The host driver handles update connect params sent from
userspace and updates the FILS auth type or FILS Erp info based
on the UPDATE_FILS_AUTH_TYPE(2) or UPDATE_FILS_ERP_INFO(1) bit
set in the changed flag.

Handle the association IE update sent from userspace also.
UPDATE_ASSOC_IE(bit 0) will be used to check if assoc IE needs
to be updated. This assoc IE should be sent to firmware. MBO IE
is updated as part of this IEs from the WNM action frame
received by the userspace when setting non preferred channel list
from the AP. If host driver fails to update these IEs to
firmware, MBO IE will not be sent in reassociation request frame
and MBO testcases will fail.

Parse the assoc IE into hdd_adapter->roam_profile. If
parse and validation is successful, copy the assoc IE into
csr_roam_session of the corresponding vdev. Send RSO update
command to firmware, with updated assoc IEs.

Also currently the driver registers update_connect_params
event only if FILS compile flag and UPDATE_CONNECT_PARAMS
flag is enabled. Exclude FILS flag check from this conditional
condition and check only for UPDATE_CONNECT_PARAMS.

Change-Id: I29fadebc9a7fc43937b805f0f041bb86ddf85cbd
CRs-Fixed: 2429665
2019-04-08 15:35:56 -07:00
..
bmi qcacld-3.0: bmi: Replace explicit comparison to NULL 2019-03-19 22:54:28 -07:00
cds qcacld-3.0: Multiple cleanup regarding access category 2019-04-06 00:15:56 -07:00
dp qcacld-3.0: Multiple cleanup regarding access category 2019-04-06 00:15:56 -07:00
hdd qcacld-3.0: Handle assoc IE update sent from userspace 2019-04-08 15:35:56 -07:00
mac Release 5.2.0.129U 2019-04-07 22:24:59 -07:00
pld qcacld-3.0: pld: Replace explicit comparison to NULL 2019-03-24 19:26:51 -07:00
sap qcacld-3.0: Populate CFG values in SAP module 2019-04-06 00:16:00 -07:00
sme qcacld-3.0: Handle assoc IE update sent from userspace 2019-04-08 15:35:56 -07:00
wma qcacld-3.0: Add support to send bcast capability to firmware 2019-04-06 11:35:42 -07:00