signal strength of the last ACK frame(u8, dBm)
avg signal strength of ACK frames (s8, dBm)
airtime link metric for mesh station
current airtime weight for station (u16)
Timestamp (CLOCK_BOOTTIME, nanoseconds) of STA's association
count of times beacon loss was detected (u32)
number of beacons received from this peer (u64)
signal strength average for beacons only (u8, dBm)
current station's view of BSS, nested attribute containing info as possible, see &enum nl80211_sta_bss_param
per-chain signal strength of last PPDU Contains a nested array of signal strength attributes (u8, dBm)
per-chain signal strength average Same format as NL80211_STA_INFO_CHAIN_SIGNAL.
time since the station is last connected
set to true if STA has a path to a mesh gate (u8, 0 or 1)
expected throughput considering also the 802.11 header (u32, kbps)
total number of packets (MPDUs) received with an FCS error (u32, from this station). This count may not include some packets with an FCS error due to TA corruption. Hence this counter might not be fully accurate.
time since last activity (u32, msecs)
the station's mesh LLID
local mesh STA link-specific power mode
neighbor mesh STA power save mode towards non-peer STA
attribute used for padding for 64-bit alignment
peer mesh STA link-specific power mode
the station's mesh PLID
peer link state for the station (see %enum nl80211_plink_state)
last unicast data frame rx rate, nested attribute, like NL80211_STA_INFO_TX_BITRATE.
total received bytes (MPDU length) (u32, from this station)
total received bytes (MPDU length) (u64, from this station)
RX packets dropped for unspecified reasons (u64)
aggregate PPDU duration for all frames received from the station (u64, usec)
total number of received packets (MPDUs) (u32, from this station)
total received packet (MSDUs and MMPDUs) (u32, from this station)
signal strength of last received PPDU (u8, dBm)
signal strength average (u8, dBm)
Contains a struct nl80211_sta_flag_update.
timing offset with respect to this STA (s64)
per-TID statistics (see &enum nl80211_tid_stats) This is a nested attribute where each the inner attribute number is the TID+1 and the special TID 16 (i.e. value 17) is used for non-QoS frames; each one of those is again nested with &enum nl80211_tid_stats attributes carrying the actual values.
current unicast tx rate, nested attribute containing info as possible, see &enum nl80211_rate_info
total transmitted bytes (MPDU length) (u32, to this station)
total transmitted bytes (MPDU length) (u64, to this station)
aggregate PPDU duration for all frames sent to the station (u64, usec)
total failed packets (MPDUs) (u32, to this station)
total transmitted packets (MSDUs and MMPDUs) (u32, to this station)
total retries (MPDUs) (u32, to this station)
Generated using TypeDoc
station information
These attribute types are used with %NL80211_ATTR_STA_INFO when getting information about a station.