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

#include <uwb-internal.h>

Data Fields

struct mutex mutex
 
struct kref refcnt
 
struct list_head node
 
struct uwb_mac_addrmac_addr
 
struct uwb_dev_addr dev_addr
 
u8 hits
 
unsigned long ts_jiffies
 
struct uwb_devuwb_dev
 
struct uwb_rc_evt_beaconbe
 
struct stats lqe_stats rssi_stats
 

Detailed Description

Beacon cache entry

: last time a beacon was received that refreshed this cache entry. : device connected to this beacon. This pointer is not safe, you need to get it with uwb_dev_try_get()

: how many time we have seen this beacon since last time we cleared it

Definition at line 275 of file uwb-internal.h.

Field Documentation

Definition at line 284 of file uwb-internal.h.

struct uwb_dev_addr dev_addr

Definition at line 280 of file uwb-internal.h.

u8 hits

Definition at line 281 of file uwb-internal.h.

Definition at line 279 of file uwb-internal.h.

Definition at line 276 of file uwb-internal.h.

Definition at line 278 of file uwb-internal.h.

struct kref refcnt

Definition at line 277 of file uwb-internal.h.

struct stats lqe_stats rssi_stats

Definition at line 285 of file uwb-internal.h.

unsigned long ts_jiffies

Definition at line 282 of file uwb-internal.h.

Definition at line 283 of file uwb-internal.h.


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