Public Attributes#
uint8_t
Min contention window size. Value is calculated from 2n - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.
uint8_t
Max contention window size. Value is calculated from 2n - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.
uint8_t
AIFSN. Valid range is 0 to 15.
uint8_t
Public Attribute Documentation#
cwmin#
uint8_t sl_wifi_transceiver_cw_config_t::cwmin
Min contention window size. Value is calculated from 2n - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.
Definition at line
505
of file components/protocol/wifi/inc/sl_wifi_types.h
cwmax#
uint8_t sl_wifi_transceiver_cw_config_t::cwmax
Max contention window size. Value is calculated from 2n - 1 where exponent shall be provided as the input. Valid values for exponent N are 0 - 15.
Definition at line
507
of file components/protocol/wifi/inc/sl_wifi_types.h
aifsn#
uint8_t sl_wifi_transceiver_cw_config_t::aifsn
AIFSN. Valid range is 0 to 15.
Definition at line
509
of file components/protocol/wifi/inc/sl_wifi_types.h
reserved#
uint8_t sl_wifi_transceiver_cw_config_t::reserved
Definition at line
510
of file components/protocol/wifi/inc/sl_wifi_types.h