#include <mac80211.h>
Public Attributes | |
int | antenna |
enum ieee80211_band | band |
int | flag |
int | freq |
u64 | mactime |
int | noise |
int | qual |
int | rate_idx |
int | signal |
struct ieee80211_rx_status - receive status
The low-level driver should provide this information (the subset supported by hardware) to the 802.11 code with each received frame.
: 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 * : noise when receiving this frame, in dBm. : overall signal quality indication, in percent (0-100). : antenna used : index of data rate into band's supported rates or MCS index if HT rates are use (RX_FLAG_HT) : RX_FLAG_*
Definition at line 129 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 136 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 131 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 138 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 132 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 130 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 134 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 135 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 137 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 133 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.