Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
station_info Struct Reference

#include <cfg80211.h>

Data Fields

u32 filled
 
u32 connected_time
 
u32 inactive_time
 
u32 rx_bytes
 
u32 tx_bytes
 
u16 llid
 
u16 plid
 
u8 plink_state
 
s8 signal
 
s8 signal_avg
 
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 u8assoc_req_ies
 
size_t assoc_req_ies_len
 
u32 beacon_loss_count
 
s64 t_offset
 

Detailed Description

struct station_info - station information

Station information filled by driver for get_station() and dump_station.

: bitflag of flags from &enum station_info_flags : time(in secs) since a station is last connected : time since last station activity (tx/rx) in milliseconds : bytes received from this station : bytes transmitted to this station : mesh local link id : mesh peer link id : mesh peer link state : The signal strength, type depends on the wiphy's signal_type. For CFG80211_SIGNAL_TYPE_MBM, value is expressed in dBm. : Average signal strength, type depends on the wiphy's signal_type. For CFG80211_SIGNAL_TYPE_MBM, value is expressed in dBm. : current unicast bitrate from this station : current unicast bitrate to this station : packets received from this station : packets transmitted to this station : cumulative retry counts : number of failed transmissions (retries exceeded, no ACK) : Dropped for un-specified reason. : current BSS parameters : generation number for nl80211 dumps. This number should increase every time the list of stations changes, i.e. when a station is added or removed, so that userspace can tell whether it got a consistent snapshot. : IEs from (Re)Association Request. This is used only when in AP mode with drivers that do not use user space MLME/SME implementation. The information is provided for the cfg80211_new_sta() calls to notify user space of the IEs. : Length of assoc_req_ies buffer in octets. : station flags mask & values : Number of times beacon loss event has triggered. : Time offset of the station relative to this host.

Definition at line 679 of file cfg80211.h.

Field Documentation

const u8* assoc_req_ies

Definition at line 702 of file cfg80211.h.

size_t assoc_req_ies_len

Definition at line 703 of file cfg80211.h.

u32 beacon_loss_count

Definition at line 705 of file cfg80211.h.

Definition at line 697 of file cfg80211.h.

u32 connected_time

Definition at line 681 of file cfg80211.h.

u32 filled

Definition at line 680 of file cfg80211.h.

int generation

Definition at line 700 of file cfg80211.h.

u32 inactive_time

Definition at line 682 of file cfg80211.h.

u16 llid

Definition at line 685 of file cfg80211.h.

u16 plid

Definition at line 686 of file cfg80211.h.

u8 plink_state

Definition at line 687 of file cfg80211.h.

u32 rx_bytes

Definition at line 683 of file cfg80211.h.

u32 rx_dropped_misc

Definition at line 696 of file cfg80211.h.

u32 rx_packets

Definition at line 692 of file cfg80211.h.

struct rate_info rxrate

Definition at line 691 of file cfg80211.h.

s8 signal

Definition at line 688 of file cfg80211.h.

s8 signal_avg

Definition at line 689 of file cfg80211.h.

Definition at line 698 of file cfg80211.h.

s64 t_offset

Definition at line 706 of file cfg80211.h.

u32 tx_bytes

Definition at line 684 of file cfg80211.h.

u32 tx_failed

Definition at line 695 of file cfg80211.h.

u32 tx_packets

Definition at line 693 of file cfg80211.h.

u32 tx_retries

Definition at line 694 of file cfg80211.h.

struct rate_info txrate

Definition at line 690 of file cfg80211.h.


The documentation for this struct was generated from the following file: