]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor attribute to change P2P GO beacon interval
authorKiran Kumar Lokere <quic_klokere@quicinc.com>
Mon, 12 Aug 2024 07:26:57 +0000 (00:26 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 27 Aug 2024 21:05:12 +0000 (00:05 +0300)
Add new QCA vendor attribute to configure the P2P GO beacon interval
dynamically while the BSS continues operating.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/common/qca-vendor.h

index 5e7b67b5ba43ac1dd06482df735aa9920d13e343..6bee6e5657f38e8467e7662ecd259cca59162c67 100644 (file)
@@ -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 =