]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/common/qca-vendor.h
Add attribute for dwell time in QCA vendor scan
[thirdparty/hostap.git] / src / common / qca-vendor.h
index 1f2233d7a890b52d02cf5aa0264e4c6008bbfa00..8a56ab7bf92cb0090e2dda31d15f516adbd60972 100644 (file)
@@ -1716,6 +1716,9 @@ enum qca_vendor_element_id {
  *     randomisation
  * @QCA_WLAN_VENDOR_ATTR_SCAN_BSSID: 6-byte MAC address representing the
  *     specific BSSID to scan for.
+ * @QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME: Unsigned 64-bit dwell time in
+ *     microseconds. This is a common value which applies across all
+ *     frequencies specified by QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES.
  */
 enum qca_wlan_vendor_attr_scan {
        QCA_WLAN_VENDOR_ATTR_SCAN_INVALID_PARAM = 0,
@@ -1730,6 +1733,7 @@ enum qca_wlan_vendor_attr_scan {
        QCA_WLAN_VENDOR_ATTR_SCAN_MAC = 9,
        QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK = 10,
        QCA_WLAN_VENDOR_ATTR_SCAN_BSSID = 11,
+       QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME = 12,
        QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_SCAN_MAX =
        QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST - 1