瀏覽代碼

qcacld-3.0: Link BLM to the legacy APIs

Link BLM exposed APIs to the following:-

1. csr_get_scan_result:- Link this API with filter bssids in
the reject ap list maintained by the blacklist mgr.

2. lim_assoc_rej_add_to_rssi_based_reject_list:- Link this API
with the the blacklist mgr add bssid to reject list to add the
OCE and BTM related assoc rejects.

3. Userspace avoid list parsing logic for the userspace to set
the BSSID as avoided.

Change-Id: Id51ffb80cea3f845fefe14db25d0f7acda6ea0f3
CRs-Fixed: 2461281
gaurank kathpalia 6 年之前
父節點
當前提交
389f7e3145
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cfg/cfg_all.h

+ 2 - 0
cfg/cfg_all.h

@@ -45,9 +45,11 @@
 #include "hdd_config.h"
 #include "hdd_config.h"
 #include "hdd_dp_cfg.h"
 #include "hdd_dp_cfg.h"
 #include "cfg_legacy_dp.h"
 #include "cfg_legacy_dp.h"
+#include "wlan_cfg_blm.h"
 
 
 /* Maintain Alphabetic order here while adding components */
 /* Maintain Alphabetic order here while adding components */
 #define CFG_ALL \
 #define CFG_ALL \
+	CFG_BLACKLIST_MGR_ALL \
 	CFG_CONVERGED_ALL \
 	CFG_CONVERGED_ALL \
 	CFG_FWOL_ALL \
 	CFG_FWOL_ALL \
 	CFG_POLICY_MGR_ALL \
 	CFG_POLICY_MGR_ALL \