Linux Kernel
3.7.1
|
#include <cfg80211.h>
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.
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.
struct sta_bss_parameters bss_param |
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.
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.
struct nl80211_sta_flag_update sta_flags |
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.
Definition at line 690 of file cfg80211.h.