RFmx WLAN C

RFMXWLAN_ATTR_OFDM_STBC_ENABLED

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

RFMXWLAN_ATTR_OFDM_STBC_ENABLED

Data Type: int32
Access:read/write
Functions:RFmxWLAN_SetAttributeI32
RFmxWLAN_GetAttributeI32
Description: Specifies whether space-time block coding is enabled. This attribute is applicable only for 802.11ax TB PPDU.

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_STBC_ENABLED_FALSE.

Get Function: RFmxWLAN_GetOFDMSTBCEnabled
Set Function: RFmxWLAN_SetOFDMSTBCEnabled
Values:
RFMXWLAN_VAL_OFDM_STBC_ENABLED_FALSE (0) Specifies that space-time block coding is disabled.
RFMXWLAN_VAL_OFDM_STBC_ENABLED_TRUE (1) Specifies that space-time block coding is enabled.