|
@@ -11464,6 +11464,9 @@ typedef struct {
|
|
|
#define WMI_ROAM_BTM_GET_CNDS_SELECT_BASED_ON_SCORE(flags) WMI_GET_BITS(flags, 7, 1)
|
|
|
#define WMI_ROAM_BTM_SET_BTM_QUERY_PREFERENCE_OVER_11K(flags, val) WMI_SET_BITS(flags, 8, 1, val)
|
|
|
#define WMI_ROAM_BTM_GET_BTM_QUERY_PREFERENCE_OVER_11K(flags) WMI_GET_BITS(flags, 8, 1)
|
|
|
+#define WMI_ROAM_BTM_SET_BTM_QUERY_WITH_CANDIDATE_LIST(flags, val) WMI_SET_BITS(flags, 9, 1, val)
|
|
|
+#define WMI_ROAM_BTM_GET_BTM_QUERY_WITH_CANDIDATE_LIST(flags) WMI_GET_BITS(flags, 9, 1)
|
|
|
+
|
|
|
|
|
|
/** WMI_ROAM_BTM_SET_NON_MATCHING_CNDS_ACTION definition: When BTM candidate is not matched with cache by WMI_ROAM_BTM_SET_CNDS_MATCH_CONDITION, determine what to do */
|
|
|
#define WMI_ROAM_BTM_NON_MATCHING_CNDS_SCAN_CONSUME 0 /** Invoke roam scan and consume within firmware. Applicable only when ROAM_SCAN_MODE is enabled. If ROAM_SCAN_MODE is disabled, firmware won't scan and forward it to host */
|
|
@@ -11508,6 +11511,13 @@ typedef struct {
|
|
|
* disregarded.
|
|
|
*/
|
|
|
A_UINT32 disassoc_timer_threshold;
|
|
|
+ /*
|
|
|
+ * Bitmask (with enum WMI_ROAM_TRIGGER_REASON_ID identifying the bit
|
|
|
+ * positions) showing for which roam_trigger_reasons the
|
|
|
+ * btm query needs to be sent.
|
|
|
+ * If roam trigger reasons are unspecified, btm_bitmap will be 0x0.
|
|
|
+ */
|
|
|
+ A_UINT32 btm_bitmap;
|
|
|
} wmi_btm_config_fixed_param;
|
|
|
|
|
|
#define WMI_ROAM_5G_BOOST_PENALIZE_ALGO_FIXED 0x0
|