Define Link Id attribute for secure ranging context vendor command

The Link Id attribute is required for secure ranging context 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 10:40:42 +05:30 committed by Jouni Malinen
parent 2097de2a6a
commit d97b5c6492

View file

@ -14762,7 +14762,8 @@ enum qca_wlan_vendor_sha_type {
* attribute, holds the LTF keyseed derived from KDK of PASN handshake. * attribute, holds the LTF keyseed derived from KDK of PASN handshake.
* The length of this attribute is dependent on the value of * The length of this attribute is dependent on the value of
* %QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_SHA_TYPE. * %QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_SHA_TYPE.
* @QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_LINK_ID: This u8 attribute is used
* for secure ranging to identify a specific link affiliated to an AP MLD.
*/ */
enum qca_wlan_vendor_attr_secure_ranging_ctx { enum qca_wlan_vendor_attr_secure_ranging_ctx {
QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_INVALID = 0, QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_INVALID = 0,
@ -14773,6 +14774,7 @@ enum qca_wlan_vendor_attr_secure_ranging_ctx {
QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_TK = 5, QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_TK = 5,
QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_CIPHER = 6, QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_CIPHER = 6,
QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_LTF_KEYSEED = 7, QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_LTF_KEYSEED = 7,
QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_LINK_ID = 8,
/* keep last */ /* keep last */
QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_SECURE_RANGING_CTX_AFTER_LAST,