STRUCT STATION_INFO(9) | Actions and configuration | STRUCT STATION_INFO(9) |
NAME¶
struct_station_info - station information
SYNOPSIS¶
struct station_info {
u64 filled;
u32 connected_time;
u32 inactive_time;
u64 rx_bytes;
u64 tx_bytes;
u16 llid;
u16 plid;
u8 plink_state;
s8 signal;
s8 signal_avg;
u8 chains;
s8 chain_signal[IEEE80211_MAX_CHAINS];
s8 chain_signal_avg[IEEE80211_MAX_CHAINS];
struct rate_info txrate;
struct rate_info rxrate;
u32 rx_packets;
u32 tx_packets;
u32 tx_retries;
u32 tx_failed;
u32 rx_dropped_misc;
struct sta_bss_parameters bss_param;
struct nl80211_sta_flag_update sta_flags;
int generation;
const u8 * assoc_req_ies;
size_t assoc_req_ies_len;
u32 beacon_loss_count;
s64 t_offset;
enum nl80211_mesh_power_mode local_pm;
enum nl80211_mesh_power_mode peer_pm;
enum nl80211_mesh_power_mode nonpeer_pm;
u32 expected_throughput;
u64 rx_beacon;
u64 rx_duration;
u8 rx_beacon_signal_avg;
struct cfg80211_tid_stats pertid[IEEE80211_NUM_TIDS + 1]; };
MEMBERS¶
filled
connected_time
inactive_time
rx_bytes
tx_bytes
llid
plid
plink_state
signal
signal_avg
chains
chain_signal[IEEE80211_MAX_CHAINS]
chain_signal_avg[IEEE80211_MAX_CHAINS]
txrate
rxrate
rx_packets
tx_packets
tx_retries
tx_failed
rx_dropped_misc
bss_param
sta_flags
generation
assoc_req_ies
assoc_req_ies_len
beacon_loss_count
t_offset
local_pm
peer_pm
nonpeer_pm
expected_throughput
rx_beacon
rx_duration
rx_beacon_signal_avg
pertid[IEEE80211_NUM_TIDS + 1]
DESCRIPTION¶
Station information filled by driver for get_station and dump_station.
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |