]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define Link Id attribute for QCA_NL80211_VENDOR_SUBCMD_PASN
authorNidhi Jain <quic_nidhjain@quicinc.com>
Thu, 6 Jun 2024 06:47:05 +0000 (12:17 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 19 Jun 2024 19:31:59 +0000 (22:31 +0300)
The Link Id attribute is required for QCA_NL80211_VENDOR_SUBCMD_PASN to
identify the link on which the command is received for an MLD.

Signed-off-by: Nidhi Jain <quic_nidhjain@quicinc.com>
src/common/qca-vendor.h

index d91777d81c73289b95b9fe0a8111d5c6fc4687df..48b6c4a2b867010234fc48105af5ff6247f60763 100644 (file)
@@ -14695,11 +14695,14 @@ enum qca_wlan_vendor_attr_pasn_peer {
  *     details for each peer and used in both an event and a command response.
  *     The nested attributes used inside QCA_WLAN_VENDOR_ATTR_PASN_PEERS are
  *     defined in enum qca_wlan_vendor_attr_pasn_peer.
+ * @QCA_WLAN_VENDOR_ATTR_PASN_LINK_ID: u8 attribute used to identify a
+ *     specific link affiliated to an MLD.
  */
 enum qca_wlan_vendor_attr_pasn {
        QCA_WLAN_VENDOR_ATTR_PASN_INVALID = 0,
        QCA_WLAN_VENDOR_ATTR_PASN_ACTION = 1,
        QCA_WLAN_VENDOR_ATTR_PASN_PEERS = 2,
+       QCA_WLAN_VENDOR_ATTR_PASN_LINK_ID = 3,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_PASN_AFTER_LAST,