Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
u32 | filled |
u32 | frame_qlen |
u32 | sn |
u32 | metric |
u32 | exptime |
u32 | discovery_timeout |
u8 | discovery_retries |
u8 | flags |
int | generation |
struct mpath_info - mesh path information
Mesh path information filled by driver for get_mpath() and dump_mpath().
: bitfield of flags from &enum mpath_info_flags : number of queued frames for this destination : target sequence number : metric (cost) of this mesh path : expiration time for the mesh path from now, in msecs : mesh path flags : total mesh path discovery timeout, in msecs : mesh path discovery retries : generation number for nl80211 dumps. This number should increase every time the list of mesh paths changes, i.e. when a station is added or removed, so that userspace can tell whether it got a consistent snapshot.
Definition at line 776 of file cfg80211.h.
u8 discovery_retries |
Definition at line 783 of file cfg80211.h.
u32 discovery_timeout |
Definition at line 782 of file cfg80211.h.
u32 exptime |
Definition at line 781 of file cfg80211.h.
u32 filled |
Definition at line 777 of file cfg80211.h.
u8 flags |
Definition at line 784 of file cfg80211.h.
u32 frame_qlen |
Definition at line 778 of file cfg80211.h.
int generation |
Definition at line 786 of file cfg80211.h.
u32 metric |
Definition at line 780 of file cfg80211.h.
u32 sn |
Definition at line 779 of file cfg80211.h.