Add link ID attribute to ADD_STA_NODE QCA vendor command for AP MLD
Add QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_LINKID attribute to the ADD_STA_NODE command to identify a specific link affiliated to an AP MLD. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
e1ab680c98
commit
5942965955
1 changed files with 6 additions and 0 deletions
|
@ -12484,6 +12484,12 @@ enum qca_wlan_vendor_attr_add_sta_node_params {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_IS_ML = 3,
|
||||
|
||||
/*
|
||||
* This is u8 attribute used to identify a specific link affiliated
|
||||
* to an AP MLD.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_LINK_ID = 4,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_MAX =
|
||||
|
|
Loading…
Reference in a new issue