Wi-Fi transceiver contention window configuration structure.
Specifies the configuration parameters for the contention window of the Wi-Fi transceiver.
Public Attributes#
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.
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.
Arbitration Inter-Frame Space Number (AIFSN). Valid range is 0 to 15.
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.
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.
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.
676
of file components/protocol/wifi/inc/sl_wifi_types.h
reserved#
uint8_t sl_wifi_transceiver_cw_config_t::reserved
Reserved.
677
of file components/protocol/wifi/inc/sl_wifi_types.h