Loading fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -15788,6 +15788,13 @@ typedef struct { * 1 - To enable FT-IM */ A_UINT32 ft_im_for_deauth; /* * FW can prefer doing over-the-ds fast BSS transition instead of * over-the-air if associated and target AP are both capable of FT over DS. * 0 - To disable FT-over-DS * 1 - To enable FT-over-DS */ A_UINT32 ft_over_ds_enable; } wmi_roam_11r_offload_tlv_param; /* This TLV will be filled only in case of ESE */ fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,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_ 992 #define __WMI_REVISION_ 993 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -15788,6 +15788,13 @@ typedef struct { * 1 - To enable FT-IM */ A_UINT32 ft_im_for_deauth; /* * FW can prefer doing over-the-ds fast BSS transition instead of * over-the-air if associated and target AP are both capable of FT over DS. * 0 - To disable FT-over-DS * 1 - To enable FT-over-DS */ A_UINT32 ft_over_ds_enable; } wmi_roam_11r_offload_tlv_param; /* This TLV will be filled only in case of ESE */
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,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_ 992 #define __WMI_REVISION_ 993 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading