From: Sunil Dutt Date: Sat, 8 Feb 2020 11:26:15 +0000 (+0530) Subject: Introduce QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL X-Git-Tag: hostap_2_10~1845 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5551317834979458ad78ff06676a357562b0ea06;p=thirdparty%2Fhostap.git Introduce QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL This attribute aims to configure the STA to send the Beacon Report Response with failure reason for the scenarios where the Beacon Report Request cannot be handled. Signed-off-by: Jouni Malinen --- 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 =