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 <jouni@codeaurora.org>
This commit is contained in:
parent
dd900637b2
commit
5551317834
1 changed files with 7 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue