diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index f21e966d6..0f9610b7e 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -2072,6 +2072,13 @@ enum qca_wlan_vendor_attr_config { */ QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59, + /* 8-bit unsigned value. This attribute enables/disables the host driver + * to send the Beacon Report Response with failure reason for the + * scenarios where STA cannot honor the Beacon Report Request from AP. + * 1-Enable, 0-Disable. + */ + QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL = 60, + /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =