]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
qca-vendor: Add QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL
authorJingxiang Ge <quic_jge@quicinc.com>
Wed, 8 Mar 2023 04:27:10 +0000 (20:27 -0800)
committerJouni Malinen <j@w1.fi>
Thu, 9 Mar 2023 18:43:36 +0000 (20:43 +0200)
Add QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL attribute
for noise floor calibration value.

Signed-off-by: Jingxiang Ge <quic_jge@quicinc.com>
src/common/qca-vendor.h

index 24038122687f04a2cf5a2b37e61dae9ab7753bf7..129c0ff3e6006016d9ab5e706c3e78a6dea50d56 100644 (file)
@@ -4371,6 +4371,11 @@ enum qca_wlan_vendor_attr_ll_stats_results {
         */
        QCA_WLAN_VENDOR_ATTR_LL_STATS_TIM_BEACON_ERR = 89,
 
+       /* Signed 32 bit value. It represents the noise floor calibration value.
+        * Possible values are -120~-50 dBm.
+        */
+       QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL = 90,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =