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 |
||
---|---|---|
.. | ||
bmi | ||
cds | ||
dp | ||
hdd | ||
mac | ||
pld | ||
sap | ||
sme | ||
wma |