]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/common/qca-vendor.h
Add QCA vendor attributes for ACS over EDMG (IEEE 802.11ay)
[thirdparty/hostap.git] / src / common / qca-vendor.h
index f1a06513279f8ccf65ce6b9b7eb2211f3b9c797e..5d24d279d58bde238897c1629db494b914760d7c 100644 (file)
@@ -1279,6 +1279,15 @@ enum qca_wlan_vendor_attr_p2p_listen_offload {
  * Note: If the driver supports the 6 GHz band, the event sent from the driver
  * includes this attribute along with
  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED: Flag attribute.
+ * Used with command to notify the driver of EDMG request for ACS
+ * operation.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL: Optional (u8).
+ * Used with event to notify the EDMG channel number selected in ACS
+ * operation.
+ * EDMG primary channel is indicated by QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL
  */
 enum qca_wlan_vendor_attr_acs_offload {
        QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_INVALID = 0,
@@ -1297,6 +1306,8 @@ enum qca_wlan_vendor_attr_acs_offload {
        QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY = 13,
        QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY = 14,
        QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY = 15,
+       QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED = 16,
+       QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL = 17,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST,