]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add vendor reason code for SR parameter change due to Beacon update
authorGangadhar Kavalastramath <quic_gkavalas@quicinc.com>
Fri, 14 Mar 2025 05:32:27 +0000 (11:02 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 30 Apr 2025 08:15:18 +0000 (11:15 +0300)
Introduce the QCA_WLAN_SR_REASON_CODE_BCN_IE_CHANGE reason code
attribute value to inform userspace about change(s) in BSS SR parameters
in Beacon.

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

index aa93888b90bff2e2eb9614695199539a3969fe8c..e66299a4ebfa7e24468a2a3b4c2f53bdf659ee8c 100644 (file)
@@ -16270,10 +16270,14 @@ enum qca_wlan_vendor_attr_sr_stats {
  *
  * @QCA_WLAN_SR_REASON_CODE_CONCURRENCY: The SR feature is disabled/enabled due
  * to change in concurrent interfaces that are supported by the driver.
+ *
+ * @QCA_WLAN_SR_REASON_CODE_BCN_IE_CHANGE: The SR feature is disabled/enabled
+ * on non-AP STA, due to BSS SR parameter(s) update.
  */
 enum qca_wlan_sr_reason_code {
        QCA_WLAN_SR_REASON_CODE_ROAMING = 0,
        QCA_WLAN_SR_REASON_CODE_CONCURRENCY = 1,
+       QCA_WLAN_SR_REASON_CODE_BCN_IE_CHANGE = 2,
 };
 
 /**