Linux Kernel
3.7.1
|
#include <cfg80211.h>
struct mesh_setup - 802.11s mesh setup configuration : the channel to start the mesh network on : the channel type to use : the mesh ID : length of the mesh ID, at least 1 and at most 32 bytes : which synchronization method to use : which path selection protocol to use : which metric to use : vendor information elements (optional) : length of vendor information elements : this mesh requires authentication : this mesh uses security : multicat rate for Mesh Node [6Mbps is the default for 802.11a]
These parameters are fixed when the mesh is created.
Definition at line 925 of file cfg80211.h.
Definition at line 926 of file cfg80211.h.
Definition at line 927 of file cfg80211.h.
Definition at line 933 of file cfg80211.h.
Definition at line 934 of file cfg80211.h.
bool is_authenticated |
Definition at line 935 of file cfg80211.h.
bool is_secure |
Definition at line 936 of file cfg80211.h.
int mcast_rate[IEEE80211_NUM_BANDS] |
Definition at line 937 of file cfg80211.h.
Definition at line 928 of file cfg80211.h.
u8 mesh_id_len |
Definition at line 929 of file cfg80211.h.
u8 path_metric |
Definition at line 932 of file cfg80211.h.
u8 path_sel_proto |
Definition at line 931 of file cfg80211.h.
Definition at line 930 of file cfg80211.h.