Loading fw/wmi_unified.h +14 −0 Original line number Diff line number Diff line Loading @@ -27530,6 +27530,8 @@ typedef struct { A_UINT32 tlv_header; /** Maximum number of ndp sessions supported by the Firmware */ A_UINT32 max_ndp_sessions; /** Maximum number of nan pairing sessions supported by the Firmware */ A_UINT32 max_pairing_sessions; } wmi_nan_capabilities; /** NAN DATA CMD's */ Loading Loading @@ -27634,6 +27636,10 @@ typedef struct { A_UINT32 nan_passphrase_len; /** Actual number of bytes in TLV nan_servicename */ A_UINT32 nan_servicename_len; /** NAN Cipher Suite Capability field */ A_UINT32 nan_csid_cap; /** GTK protection is required for the NDP */ A_UINT32 nan_gtk_required; /** * TLV (tag length value) parameters follow the ndp_initiator_req * structure. The TLV's are: Loading Loading @@ -27679,6 +27685,10 @@ typedef struct { A_UINT32 nan_passphrase_len; /** Actual number of bytes in TLV nan_servicename */ A_UINT32 nan_servicename_len; /** NAN Cipher Suite Capability field */ A_UINT32 nan_csid_cap; /** GTK protection is required for the NDP */ A_UINT32 nan_gtk_required; /** * TLV (tag length value) parameters follow the ndp_responder_req * structure. The TLV's are: Loading Loading @@ -27949,6 +27959,10 @@ typedef struct { wmi_mac_addr self_ndi_mac_addr; /** Number of bytes in TLV service_id */ A_UINT32 service_id_len; /** NAN Cipher Suite Capability field */ A_UINT32 nan_csid_cap; /** GTK protection is required for the NDP */ A_UINT32 nan_gtk_required; /** * TLV (tag length value) parameters follow the ndp_indication * structure. The TLV's are: fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 1325 #define __WMI_REVISION_ 1326 /** 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 +14 −0 Original line number Diff line number Diff line Loading @@ -27530,6 +27530,8 @@ typedef struct { A_UINT32 tlv_header; /** Maximum number of ndp sessions supported by the Firmware */ A_UINT32 max_ndp_sessions; /** Maximum number of nan pairing sessions supported by the Firmware */ A_UINT32 max_pairing_sessions; } wmi_nan_capabilities; /** NAN DATA CMD's */ Loading Loading @@ -27634,6 +27636,10 @@ typedef struct { A_UINT32 nan_passphrase_len; /** Actual number of bytes in TLV nan_servicename */ A_UINT32 nan_servicename_len; /** NAN Cipher Suite Capability field */ A_UINT32 nan_csid_cap; /** GTK protection is required for the NDP */ A_UINT32 nan_gtk_required; /** * TLV (tag length value) parameters follow the ndp_initiator_req * structure. The TLV's are: Loading Loading @@ -27679,6 +27685,10 @@ typedef struct { A_UINT32 nan_passphrase_len; /** Actual number of bytes in TLV nan_servicename */ A_UINT32 nan_servicename_len; /** NAN Cipher Suite Capability field */ A_UINT32 nan_csid_cap; /** GTK protection is required for the NDP */ A_UINT32 nan_gtk_required; /** * TLV (tag length value) parameters follow the ndp_responder_req * structure. The TLV's are: Loading Loading @@ -27949,6 +27959,10 @@ typedef struct { wmi_mac_addr self_ndi_mac_addr; /** Number of bytes in TLV service_id */ A_UINT32 service_id_len; /** NAN Cipher Suite Capability field */ A_UINT32 nan_csid_cap; /** GTK protection is required for the NDP */ A_UINT32 nan_gtk_required; /** * TLV (tag length value) parameters follow the ndp_indication * structure. The TLV's are:
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 1325 #define __WMI_REVISION_ 1326 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading