qcacmn: Add support to handle assoc reject based on rssi

When AP rejects assoc request based on poor rssi
host will put the AP in blacklist mgr list, only when
rssi value improves by threshold value,should the
STA try to connect to AP.

Change-Id: Ie40d29cbb63f337f8560c08290300f575c0e2b72
CRs-Fixed: 2632022
这个提交包含在:
Amruta Kulkarni
2020-02-27 17:06:34 -08:00
提交者 nshrivas
父节点 3d4911dc92
当前提交 9b01e38405
修改 2 个文件,包含 4 行新增0 行删除

查看文件

@@ -200,6 +200,8 @@ struct wmi_mawc_roam_params {
* AP's, in units of db
* @num_disallowed_aps: How many APs the target should maintain in its LCA
* list
* @delta_rssi: (dB units) when AB in RSSI blacklist improved by at least
* delta_rssi,it will be removed from blacklist
*
* This structure holds all the key parameters related to
* initial connection and roaming connections.
@@ -222,6 +224,7 @@ struct roam_scan_filter_params {
uint32_t num_rssi_rejection_ap;
struct reject_ap_config_params
rssi_rejection_ap[MAX_RSSI_AVOID_BSSID_LIST];
uint32_t delta_rssi;
};
#define WMI_CFG_VALID_CHANNEL_LIST_LEN 100