RFMXWLAN_ATTR_AUTO_DETECT_SIGNAL_DETECTED_STANDARD
- Updated2025-04-08
- 1 minute(s) read
Returns the standard detected by the RFmxWLAN_AutoDetectSignal function.
Syntax
RFMXWLAN_ATTR_AUTO_DETECT_SIGNAL_DETECTED_STANDARD
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
10485777 | int32 | Read-Only | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
Name | Value | Description |
---|---|---|
RFMXWLAN_VAL_STANDARD_802_11_AG | 0 (0x0) | Corresponds to the OFDM based PPDU formats as defined in IEEE Standard 802.11a-1999 and IEEE Standard 802.11g-2003. |
RFMXWLAN_VAL_STANDARD_802_11_B | 1 (0x1) | Corresponds to the DSSS based PPDU formats as defined in IEEE Standard 802.11b-1999. |
RFMXWLAN_VAL_STANDARD_802_11_J | 2 (0x2) | Corresponds to the OFDM based PPDU formats as defined in IEEE Standard 802.11j-2004. |
RFMXWLAN_VAL_STANDARD_802_11_P | 3 (0x3) | Corresponds to the OFDM based PPDU formats as defined in IEEE Standard 802.11p-2010. |
RFMXWLAN_VAL_STANDARD_802_11_N | 4 (0x4) | Corresponds to the OFDM based PPDU formats as defined in IEEE Standard 802.11n-2009. |
RFMXWLAN_VAL_STANDARD_802_11_AC | 5 (0x5) | Corresponds to the OFDM based PPDU formats as defined in IEEE Standard 802.11ac-2013. |
RFMXWLAN_VAL_STANDARD_802_11_AX | 6 (0x6) | Corresponds to the OFDM based PPDU formats as defined in IEEE Standard P802.11ax/D8.0. |
RFMXWLAN_VAL_STANDARD_802_11_BE | 7 (0x7) | Corresponds to the OFDM based PPDU formats as defined in IEEE Standard P802.11be/D7.0. |
RFMXWLAN_VAL_STANDARD_802_11_BN | 8 (0x8) | |
RFMXWLAN_VAL_STANDARD_UNKNOWN | -1 (-0x1) | Indicates that the standard is not detected. |