diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 3be042208c..cf943d6c97 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -24515,6 +24515,8 @@ typedef struct { * Otherwise, it will be bssid which specified with link_id. */ wmi_mac_addr mac_addr; + A_UINT32 key_len; /* number of valid bytes within key_buff */ + A_UINT32 key_flags; } wmi_roam_ml_key_material_param; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 1c4b09e988..13e5a448dc 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 1341 +#define __WMI_REVISION_ 1342 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work