Wi-Fi Request to Send (RTS) threshold structure.

This structure is used to configure the RTS threshold for Wi-Fi operations.

Members:

  • rts_threshold: RTS threshold in bytes. The device performs an RTS/CTS handshake when the packet size exceeds the threshold.

  • reserved: Reserved fields for future use, should be set to zero.

Public Attributes#

uint16_t

Request to Send (RTS) threshold in bytes.

uint8_t

Reserved fields.

Public Attribute Documentation#

rts_threshold#

uint16_t sl_wifi_rts_threshold_t::rts_threshold

Request to Send (RTS) threshold in bytes.


reserved#

uint8_t sl_wifi_rts_threshold_t::reserved[2]

Reserved fields.