*/
QCA_WLAN_VENDOR_ATTR_CONFIG_INTF_OFFLOAD_TYPE = 120,
+ /* 8-bit unsigned integer to configure the driver to follow AP's
+ * preference values to select a roam candidate from BTM request.
+ *
+ * This attribute is used to configure the driver to select the roam
+ * candidate based on AP advertised preference values. If not set,
+ * the driver uses its internal scoring algorithm to do the same.
+ *
+ * 1 - STA follows AP's preference values to select a roam candidate
+ * 0 - STA uses internal scoring algorithm to select a roam candidate
+ */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_FOLLOW_AP_PREFERENCE_FOR_CNDS_SELECT = 121,
+
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =