wifi_pkt_rx_ctrl_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
signed: 8
Received Signal Strength Indicator(RSSI) of packet. unit: dBm.
unsigned: 5
PHY rate encoding of the packet. Only valid for non HT(11bg) packet.
unsigned: 2
Protocol of the received packet, 0: non HT(11bg) packet; 1: HT(11n) packet; 3: VHT(11ac) packet.
unsigned: 7
Modulation Coding Scheme. If is HT(11n) packet, shows the modulation, range from 0 to 76(MSC0 ~ MCS76).
unsigned: 1
Channel Bandwidth of the packet. 0: 20MHz; 1: 40MHz.
unsigned: 1
Set to 1 indicates that channel estimate smoothing is recommended. Set to 0 indicates that only per-carrierindependent (unsmoothed) channel estimate is recommended.
unsigned: 1
Set to 0 indicates that PPDU is a sounding PPDU. Set to 1indicates that the PPDU is not a sounding PPDU. sounding PPDU is used for channel estimation by the request receiver.
unsigned: 1
Aggregation. 0: MPDU packet; 1: AMPDU packet.
unsigned: 2
Space Time Block Code(STBC). 0: non STBC packet; 1: STBC packet.
unsigned: 1
Forward Error Correction(FEC). Flag is set for 11n packets which are LDPC.
unsigned: 1
Short Guide Interval(SGI). 0: Long GI; 1: Short GI.
signed: 8
noise floor of Radio Frequency Module(RF). unit: dBm.
unsigned: 8
the number of subframes aggregated in AMPDU.
unsigned: 4
primary channel on which this packet is received.
unsigned: 4
secondary channel on which this packet is received. 0: none; 1: above; 2: below.
unsigned: 32
timestamp. The local time when this packet is received. It is precise only if modem sleep or light sleep is not enabled. unit: microsecond.
unsigned: 1
antenna number from which this packet is received. 0: WiFi antenna 0; 1: WiFi antenna 1.
unsigned: 12
length of packet including Frame Check Sequence(FCS).
unsigned: 8
state of the packet. 0: no error; others: error numbers which are not public.

References

from examples