A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_nan_oem_data_event_fixed_param */
/* Following this structure are the below TLVs:
* - wmi_nan_oem_data_hdr nan_oem_data_hdr[];
* This TLV explains the type and size of the one or more OEM NAN
* opaque data blobs carried in this message.
* - A_UINT8 nan_oem_data_buffer[];
* This TLV holds the contents of the one or more OEM NAN opaque data
* blobs carried in this message.
*/
} wmi_nan_oem_data_event_fixed_param;
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_nan_event_info */
A_UINT32 mac_id; /* MAC ID associated with NAN primary discovery channel; Valid only for NAN enable resp message identified by NAN_MSG_ID_ENABLE_RSP */