From: Srinivas Girigowda Date: Wed, 21 Jan 2026 17:06:01 +0000 (-0800) Subject: Extend QCA vendor definitions for IQ inference X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=462ee6253e5f06307b2d3505071ae608400e3e7c;p=thirdparty%2Fhostap.git Extend QCA vendor definitions for IQ inference Extend the inference stage to include 3rd and 4th pass. Signed-off-by: Srinivas Girigowda --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 13dbf131e..fc0cc4234 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -20586,10 +20586,18 @@ enum qca_wlan_vendor_iq_inference_cmd_type { * * @QCA_WLAN_VENDOR_IQ_INFERENCE_STAGE_SECOND_PASS: Represents the second * pass in inference stage. + * + * @QCA_WLAN_VENDOR_IQ_INFERENCE_STAGE_THIRD_PASS: Represents the third + * pass in inference stage. + * + * @QCA_WLAN_VENDOR_IQ_INFERENCE_STAGE_FOURTH_PASS: Represents the fourth + * pass in inference stage. */ enum qca_wlan_vendor_iq_inference_stage { QCA_WLAN_VENDOR_IQ_INFERENCE_STAGE_FIRST_PASS = 0, QCA_WLAN_VENDOR_IQ_INFERENCE_STAGE_SECOND_PASS = 1, + QCA_WLAN_VENDOR_IQ_INFERENCE_STAGE_THIRD_PASS = 2, + QCA_WLAN_VENDOR_IQ_INFERENCE_STAGE_FOURTH_PASS = 3, }; /**