You are viewing documentation for version:
Structure to configure a vendor-specific IE.
This structure is used to add or remove a vendor-specific IE.
Public Attributes#
uint8_t
Unique ID for the IE (must be < SLI_MAX_VENDOR_IE)
uint16_t
Bitmap indicating which management frames to include the IE in.
uint16_t
Length of the IE buffer (must be < SLI_MAX_VENDOR_IE_BUFFER_LENGTH)
uint8_t *
Pointer to raw IE buffer.
Public Attribute Documentation#
unique_id#
uint8_t sl_wifi_vendor_ie_t::unique_id
Unique ID for the IE (must be < SLI_MAX_VENDOR_IE)
mgmt_frame_bitmap#
uint16_t sl_wifi_vendor_ie_t::mgmt_frame_bitmap
Bitmap indicating which management frames to include the IE in.
ie_buffer_length#
uint16_t sl_wifi_vendor_ie_t::ie_buffer_length
Length of the IE buffer (must be < SLI_MAX_VENDOR_IE_BUFFER_LENGTH)
ie_buffer#
uint8_t* sl_wifi_vendor_ie_t::ie_buffer
Pointer to raw IE buffer.