qcacld-3.0: Send BLM reject list to FW after connect update

Send the current reject ap list to FW so that the FW too
updates the same in there database to enable roaming if
any AP is removed from the list.

Change-Id: I9c0176a2c4ae970e454f03b577f6fc98af5b62de
CRs-Fixed: 2489448
This commit is contained in:
gaurank kathpalia
2019-07-18 20:50:58 +05:30
committed by nshrivas
parent 803ee32c58
commit 533ae7e720

View File

@@ -1036,6 +1036,9 @@ blm_update_bssid_connect_params(struct wlan_objmgr_pdev *pdev,
qdf_list_remove_node(&blm_ctx->reject_ap_list,
&blm_entry->node);
qdf_mem_free(blm_entry);
blm_send_reject_ap_list_to_fw(pdev,
&blm_ctx->reject_ap_list,
&blm_psoc_obj->blm_cfg);
}
}
break;