Vendor attribute to indicate a set_blacklist of BSSID only as a hint
The current/default behavior of set blacklist BSSID QCA vendor command is a mandate to the driver - do not consider this BSSID for connect/roam till reset. There are use cases where this need not be a mandate and thus could provide the flexibility for the driver to consider this BSSID if there are no better ones. Such use cases can use this new flag attribute to only hint the blacklist of a BSSID to the driver. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
a9247bcdf2
commit
877502a6a7
1 changed files with 2 additions and 0 deletions
|
@ -3218,6 +3218,8 @@ enum qca_wlan_vendor_attr_roaming_config_params {
|
|||
QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS = 18,
|
||||
QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID = 19,
|
||||
QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID = 20,
|
||||
/* Flag attribute indicates this BSSID blacklist as a hint */
|
||||
QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT = 21,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST,
|
||||
|
|
Loading…
Reference in a new issue