Structure representing Wi-Fi 7 (802.11be) EHT-specific PER parameters.
This structure contains the EHT (Extremely High Throughput) specific parameters for configuring a Wi-Fi 7 (802.11be) PER transmit test, such as coding type, PPDU type, guard interval, and other EHT-specific fields.
Public Attributes#
Coding type. 0 - BCC, 1 - LDPC.
Nominal T-PE value. 0 - 0us, 1 - 8us, 2 - 16us.
UL/DL indication. 1 - UL (STA to AP), 0 - DL (AP to STA)
BE PPDU type.
BW for PPDU.
HE GI and HE-LTF; values from sl_wifi_gi_ltf_t.
Spatial reuse.
RU allocation subfield.
Number of HE-LTF to be transmitted.
MCS for EHT SIG symbols.
Disregard field.
Public Attribute Documentation#
nominal_pe#
uint8_t sl_wifi_11be_per_params_t::nominal_pe
Nominal T-PE value. 0 - 0us, 1 - 8us, 2 - 16us.
ul_dl#
uint8_t sl_wifi_11be_per_params_t::ul_dl
UL/DL indication. 1 - UL (STA to AP), 0 - DL (AP to STA)
gi_ltf#
sl_wifi_gi_ltf_t sl_wifi_11be_per_params_t::gi_ltf
HE GI and HE-LTF; values from sl_wifi_gi_ltf_t.