From: Gangadhar Kavalastramath Date: Fri, 14 Mar 2025 05:32:27 +0000 (+0530) Subject: Add vendor reason code for SR parameter change due to Beacon update X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b4f26ae0bed57804618d82ce44fa40b6d68627;p=thirdparty%2Fhostap.git Add vendor reason code for SR parameter change due to Beacon update 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 --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index aa93888b9..e66299a4e 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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, }; /**