RFmx WLAN C

Table of Contents

RFMXWLAN_ATTR_OFDM_FEC_CODING_TYPE

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

RFMXWLAN_ATTR_OFDM_FEC_CODING_TYPE

Data Type: int32
Access:read/write
Functions:RFmxWLAN_SetAttributeI32
RFmxWLAN_GetAttributeI32
Description: Specifies the type of forward error correction (FEC) coding used.

The value of this attribute is used to decode PLCP service data unit (PSDU) bits. This attribute is applicable only to 802.11ax TB PPDU and 802.11be TB PPDU.

Use 'user(n)' as the selector string to configure or read this attribute for 802.11ax TB PPDU and 802.11be TB PPDU.

The default value is RFMXWLAN_VAL_OFDM_FEC_CODING_TYPE_LDPC.

Get Function: RFmxWLAN_GetOFDMFECCodingType
Set Function: RFmxWLAN_SetOFDMFECCodingType
Values:
RFMXWLAN_VAL_OFDM_FEC_CODING_TYPE_BCC (0) The FEC coding type used is binary convolutional code (BCC).
RFMXWLAN_VAL_OFDM_FEC_CODING_TYPE_LDPC (1) The FEC coding type used is low-density parity check (LDPC).

Log in to get a better experience