summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsheenam monga <shebala@codeaurora.org>2020-12-22 12:23:05 +0530
committerVictor Hsu <hsuvictor@google.com>2021-02-05 08:45:42 +0000
commit13e3775ec017b2fe8555b32484b1d4a72001a83c (patch)
tree42ca9e15cf935e20b9b7d83491e6fa7db9854539
parent5a9a00c90364331001cdca7f44a146621b4b32d4 (diff)
downloadqcacld-13e3775ec017b2fe8555b32484b1d4a72001a83c.tar.gz
qcacld-3.0: Use CFG_BTM_ENABLE to forward BTM request frame
Enable 10th bit of CFG_BTM_ENABLE ini to forward BTM request frame to upper layers when frame contains MBO assoc retry attribute. when supplicant receives this MBO frame it will use the frame info for blacklisting the AP so for the next connection framework will avoid this AP. Bug: 169528463 Change-Id: I9a675cc01769c38ad5be26ea5fd28ada8dc03546 CRs-Fixed: 2843323 Signed-off-by: Victor Hsu <hsuvictor@google.com>
-rw-r--r--components/mlme/dispatcher/inc/cfg_mlme_btm.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/components/mlme/dispatcher/inc/cfg_mlme_btm.h b/components/mlme/dispatcher/inc/cfg_mlme_btm.h
index d1274762a2..94d1f7c864 100644
--- a/components/mlme/dispatcher/inc/cfg_mlme_btm.h
+++ b/components/mlme/dispatcher/inc/cfg_mlme_btm.h
@@ -102,7 +102,12 @@
*
* BIT 9: BTM query with candidate list
*
- * BIT 10-31: Reserved
+ * BIT 10: When this bit is set, Firmware will forward BTM Request Frame to
+ * driver when the frame contains MBO assoc retry attribute. Driver will send
+ * this frame to supplicant and supplicant will use the frame info for
+ * blacklisting the AP so for the next connection framework will avoid this AP.
+ *
+ * BIT 11-31: Reserved
*
* Supported Feature: STA
*