diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 5e7b67b5b..6bee6e565 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -3723,6 +3723,17 @@ enum qca_wlan_vendor_attr_config { */ QCA_WLAN_VENDOR_ATTR_CONFIG_FOLLOW_AP_PREFERENCE_FOR_CNDS_SELECT = 121, + /* 16-bit unsigned value to configure P2P GO beacon interval in TUs. + * This attribute is used to update the P2P GO beacon interval + * dynamically. + * + * Updating the beacon interval while the GO continues operating the BSS + * will likely interoperability issues and is not recommended to be + * used. All the values should be multiples of the minimum used value to + * minimize risk of issues. + */ + QCA_WLAN_VENDOR_ATTR_CONFIG_P2P_GO_BEACON_INTERVAL = 122, + /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =