Public Attributes#

uint8_t

Shall be set to 1 to configure the transceiver config params in MAC layer. Shall be set to 0 to query the transceiver config params from MAC layer.

uint8_t

Retransmit count. Common across all peers and access categories and valid only for unicast data frames. Valid range is 1 to 15.

uint16_t

Reserved.

CW params for respective queues. AC index: Best Effort - 0, Background - 1, Video - 2, Voice - 3.

Public Attribute Documentation#

set#

uint8_t sl_wifi_transceiver_parameters_t::set

Shall be set to 1 to configure the transceiver config params in MAC layer. Shall be set to 0 to query the transceiver config params from MAC layer.


Definition at line 485 of file components/protocol/wifi/inc/sl_wifi_types.h

retransmit_count#

uint8_t sl_wifi_transceiver_parameters_t::retransmit_count

Retransmit count. Common across all peers and access categories and valid only for unicast data frames. Valid range is 1 to 15.


Definition at line 487 of file components/protocol/wifi/inc/sl_wifi_types.h

flags#

uint16_t sl_wifi_transceiver_parameters_t::flags

Reserved.


Definition at line 489 of file components/protocol/wifi/inc/sl_wifi_types.h

cw_params#

sl_wifi_transceiver_cw_config_t sl_wifi_transceiver_parameters_t::cw_params[4]

CW params for respective queues. AC index: Best Effort - 0, Background - 1, Video - 2, Voice - 3.


Definition at line 491 of file components/protocol/wifi/inc/sl_wifi_types.h