Introduce QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON
This attribute enables/disables the host driver to send roam reason information in the Reassociation Request frame to the AP in the same ESS. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
34640a88d8
commit
ec303e2cb1
1 changed files with 7 additions and 0 deletions
|
@ -2098,6 +2098,13 @@ enum qca_wlan_vendor_attr_config {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL = 60,
|
||||
|
||||
/* 8-bit unsigned value. This attribute enables/disables the host driver
|
||||
* to send roam reason information in the Reassociation Request frame to
|
||||
* the target AP when roaming within the same ESS.
|
||||
* 1-Enable, 0-Disable.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON = 61,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
|
||||
|
|
Loading…
Reference in a new issue