Define Link Id attribute for QCA_NL80211_VENDOR_SUBCMD_PASN

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>
This commit is contained in:
Nidhi Jain 2024-06-06 12:17:05 +05:30 committed by Jouni Malinen
parent c6e55fb96b
commit 2097de2a6a

View 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,