|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2011-2020 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -509,6 +509,11 @@ typedef enum {
|
|
|
* be sent on the WMI communication link.
|
|
|
*/
|
|
|
WMI_SERVICE_UNIFIED_LL_GET_STA_OVER_QMI_SUPPORT = 274,
|
|
|
+ /*
|
|
|
+ * Indicates FW supports EAPOL offload for SAE roaming if PMK of
|
|
|
+ * candidate AP is present in FW.
|
|
|
+ */
|
|
|
+ WMI_SERVICE_SAE_EAPOL_OFFLOAD_SUPPORT = 275,
|
|
|
|
|
|
|
|
|
WMI_MAX_EXT2_SERVICE
|