Add Link ID attribute for external ACS vendor command
The Link Id attribute is required for qca_wlan_vendor_attr_external_acs_event to identify the link on which the command is received for an AP MLD. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
5942965955
commit
21c3a7494c
1 changed files with 4 additions and 0 deletions
|
@ -7490,6 +7490,10 @@ enum qca_wlan_vendor_attr_external_acs_event {
|
||||||
* for External ACS
|
* for External ACS
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AFC_CAPABILITY = 15,
|
QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AFC_CAPABILITY = 15,
|
||||||
|
/* Link ID attibute (u8) is used to identify a specific link affiliated
|
||||||
|
* to an AP MLD.
|
||||||
|
*/
|
||||||
|
QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LINK_ID = 16,
|
||||||
|
|
||||||
/* keep last */
|
/* keep last */
|
||||||
QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST,
|
QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST,
|
||||||
|
|
Loading…
Reference in a new issue