Add _IS_ML flag attribute to the ADD_STA_NODE QCA vendor command
Add an attribute QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_IS_ML to the ADD_STA_NODE command. If this attribute is set, it implies that the node being added is an MLD node. Signed-off-by: Adil Saeed Musthafa <quic_adilm@quicinc.com>
This commit is contained in:
parent
0d65e27fb2
commit
dec5ab645c
1 changed files with 6 additions and 0 deletions
|
@ -11989,6 +11989,12 @@ enum qca_wlan_vendor_attr_add_sta_node_params {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_AUTH_ALGO = 2,
|
||||
|
||||
/*
|
||||
* This flag attribute is set if the node being added is an
|
||||
* MLD STA node.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_IS_ML = 3,
|
||||
|
||||
/* 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