qcacld-3.0: Refactor the roaming code

Refactor the roaming code by moving to component.

Change-Id: I566967482ec3eb0d15d3ff357855b58b9579d3cf
CRs-Fixed: 2887126
This commit is contained in:
gaurank kathpalia
2021-02-25 21:28:30 +05:30
committed by snandini
父節點 ed0b0a6d11
當前提交 758f6c8bc3
共有 29 個文件被更改,包括 552 次插入766 次删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -241,7 +241,7 @@ QDF_STATUS target_if_pmo_psoc_send_wow_enable_req(
return QDF_STATUS_E_INVAL;
}
wma_check_and_set_wake_timer(SIR_INSTALL_KEY_TIMEOUT_MS);
wma_check_and_set_wake_timer(INSTALL_KEY_TIMEOUT_MS);
return wmi_unified_wow_enable_send(wmi_handle,
(struct wow_cmd_params *)param,
TGT_WILDCARD_PDEV_ID);