Wi-Fi transceiver contention window configuration structure.

Specifies the configuration parameters for the contention window of the Wi-Fi transceiver.

Public Attributes#

uint8_t

Minimum contention window size. Value is calculated from 2^N - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.

uint8_t

Maximum contention window size. Value is calculated from 2^N - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.

uint8_t

Arbitration Inter-Frame Space Number (AIFSN). Valid range is 0 to 15.

uint8_t

Reserved.

Public Attribute Documentation#

cwmin#

uint8_t sl_wifi_transceiver_cw_config_t::cwmin

Minimum contention window size. Value is calculated from 2^N - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.


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

cwmax#

uint8_t sl_wifi_transceiver_cw_config_t::cwmax

Maximum contention window size. Value is calculated from 2^N - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.


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

aifsn#

uint8_t sl_wifi_transceiver_cw_config_t::aifsn

Arbitration Inter-Frame Space Number (AIFSN). Valid range is 0 to 15.


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

reserved#

uint8_t sl_wifi_transceiver_cw_config_t::reserved

Reserved.


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