Browse Source

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.

Change-Id: I9a675cc01769c38ad5be26ea5fd28ada8dc03546
CRs-Fixed: 2843323
sheenam monga 4 years ago
parent
commit
914dae7d9e
1 changed files with 6 additions and 1 deletions
  1. 6 1
      components/mlme/dispatcher/inc/cfg_mlme_btm.h

+ 6 - 1
components/mlme/dispatcher/inc/cfg_mlme_btm.h

@@ -105,7 +105,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
  *