RFmx WLAN C

RFMXWLAN_ATTR_OFDM_PREAMBLE_PUNCTURING_ENABLED

  • Updated2024-10-14
  • 1 minute(s) read

RFMXWLAN_ATTR_OFDM_PREAMBLE_PUNCTURING_ENABLED

Data Type: int32
Access:read/write
Functions:RFmxWLAN_SetAttributeI32
RFmxWLAN_GetAttributeI32
Description: Specifies whether the 802.11ax MU PPDU or the 802.11be MU PPDU signal is preamble punctured.

Preamble puncturing is valid only when you set the RFMXWLAN_ATTR_CHANNEL_BANDWIDTH attribute to 80M, 160M, or 320M. This attribute is used only for SEM measurement.

You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is RFMXWLAN_VAL_OFDM_PREAMBLE_PUNCTURING_ENABLED_FALSE.

Get Function: RFmxWLAN_GetOFDMPreamblePuncturingEnabled
Set Function: RFmxWLAN_SetOFDMPreamblePuncturingEnabled
Values:
RFMXWLAN_VAL_OFDM_PREAMBLE_PUNCTURING_ENABLED_FALSE (0) Indicates that preamble puncturing is disabled.
RFMXWLAN_VAL_OFDM_PREAMBLE_PUNCTURING_ENABLED_TRUE (1) Indicates that preamble puncturing is enabled.