NI WLAN Analysis Toolkit

NIWLANA_DSSS_DEMOD_MAC_FRAME_CHECK_SEQUENCE_CHECK_ENABLED

  • Updated2023-02-21
  • 1 minute(s) read

Data Type: int32
Access:read/write
Functions:niWLANA_SetScalarAttributeI32
niWLANA_GetScalarAttributeI32
Description: Specifies whether to check for the validity of the signal frame check sequence (FCS). The toolkit calculates the checksum over the decoded bits, excluding the last 32 bits. The toolkit then compares this value with the checksum value in the received payload, which is represented by the last 32 bits of the payload.

Note: Decoding of received bits is not supported for direct sequence spread spectrum (DSSS) signals that have a data rate of 33 Mbps. Therefore, the toolkit cannot compute MAC FCS.

The default value is NIWLANA_VAL_FALSE.

Get Function: niWLANA_GetDSSSDemodMACFrameCheckSequenceCheckEnabled
Set Function: niWLANA_SetDSSSDemodMACFrameCheckSequenceCheckEnabled
Values:
NIWLANA_VAL_FALSE (0)Disables the attribute.
NIWLANA_VAL_TRUE (1)Enables the attribute.

Log in to get a better experience