]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Extend QCA vendor definitions for IQ inference
authorSrinivas Girigowda <sgirigow@qti.qualcomm.com>
Wed, 21 Jan 2026 17:06:01 +0000 (09:06 -0800)
committerJouni Malinen <j@w1.fi>
Fri, 23 Jan 2026 10:54:50 +0000 (12:54 +0200)
Extend the inference stage to include 3rd and 4th pass.

Signed-off-by: Srinivas Girigowda <sgirigow@qti.qualcomm.com>
src/common/qca-vendor.h

index 13dbf131e43133d2837a174785051aba9aa85958..fc0cc42344f4690a0f28d7bdd6b239244c8673ea 100644 (file)
@@ -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,
 };
 
 /**