struct ieee80211_rx_status — receive status
struct ieee80211_rx_status { u64 mactime; enum ieee80211_band band; int freq; int signal; int antenna; int rate_idx; int flag; unsigned int rx_flags; };
value in microseconds of the 64-bit Time Synchronization Function (TSF) timer when the first data symbol (MPDU) arrived at the hardware.
the active band when this frame was received
frequency the radio was tuned to when receiving this frame, in MHz
signal strength when receiving this frame, either in dBm, in dB or
unspecified depending on the hardware capabilities flags
IEEE80211_HW_SIGNAL_
*
antenna used
index of data rate into band's supported rates or MCS index if HT rates are use (RX_FLAG_HT)
RX_FLAG_
*
internal RX flags for mac80211