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:
parent
c6e55fb96b
commit
2097de2a6a
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue